We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In #578, some of the JSON responses were refactored, and work could continue from there to have a reusable JSON response component.
As seen in
metadata-submitter/metadata_backend/api/handlers/restapi.py
Lines 132 to 139 in 1d3979f
Refactor endpoints returning JSON response to use a new reusable JSON response component, improving it as necessary.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Proposed solution
In #578, some of the JSON responses were refactored, and work could continue from there to have a reusable JSON response component.
As seen in
metadata-submitter/metadata_backend/api/handlers/restapi.py
Lines 132 to 139 in 1d3979f
DoD (Definition of Done)
Refactor endpoints returning JSON response to use a new reusable JSON response component, improving it as necessary.
Testing
The text was updated successfully, but these errors were encountered: