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
... instead of the whole model
This would force requests to be sent like this:
{ "email": "[email protected]" "password": "12345678" }
rather than the current format:
{ "user": { "email": "[email protected]" "password": "12345678" } }
The text was updated successfully, but these errors were encountered:
looking for opinions:
is it nicer to send a body like this:
or rather like this:
the first option is much clearer, but it does get a bit annoying having to use that extra object
Sorry, something went wrong.
This would also remove this annoying error message:
which doesnt actually tell you what you are missing
i guess better documentation would change this.
matievisthekat
No branches or pull requests
... instead of the whole model
This would force requests to be sent like this:
rather than the current format:
The text was updated successfully, but these errors were encountered: