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
Use utils.PostProcessResponse(w, cdc, response, indent) to indent responses on all endpoints
utils.PostProcessResponse(w, cdc, response, indent)
Some endpoints are missing utils.PostProcessResponse(w, cdc, response, indent) which gives the option to indent the JSON response for clients.
Use it on all the LCD endpoints
The text was updated successfully, but these errors were encountered:
Closing this issue as it seems dead -- please reopen if need be or it hasn't been addressed.
Sorry, something went wrong.
No branches or pull requests
Summary
Use
utils.PostProcessResponse(w, cdc, response, indent)
to indent responses on all endpointsProblem Definition
Some endpoints are missing
utils.PostProcessResponse(w, cdc, response, indent)
which gives the option to indent the JSON response for clients.Proposal
Use it on all the LCD endpoints
For Admin Use
The text was updated successfully, but these errors were encountered: