-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
JSON everywhere #18
Comments
Turns out Rocket will already respond with JSON when handling errors, providing the request supplies a There is however, the |
Most error HTTP status returned from the API have a non-JSON body. Everything should respond with JSON since it's a RESTful API!
The text was updated successfully, but these errors were encountered: