This repository has been archived by the owner on Mar 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Error are jsonify and should have the same schema
Error will be a dict: { 'error': 'This is a message explaing the error', 'field': 'field_name' } if the error is on a 'filter' or 'sort' parameters (query string) the key 'field' will be set with the name of the faulty parameters Fix #15
- Loading branch information
MoiTux
committed
Oct 8, 2016
1 parent
1a5ae48
commit 0a5d14a
Showing
3 changed files
with
283 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.