-
Notifications
You must be signed in to change notification settings - Fork 5
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
Multiple improvements for Insert and hooks. #8
Conversation
Kostanos
commented
Oct 11, 2017
- Added possibility to fill the response body from hook
- Return Inserted row response as JSON in body
- Open access to parent (pgRestigy) instance from inside the hooks, so pgRestify helpers or other methods could be used.
Return JSON of result after update query
Return JSON of result after update query
Return result of insert (create) as JSON in body
Add parent (pgRestify) instance to the hooks
Edded customized bodyParser
Revert "Edded customized bodyParser"
From upstream
1 similar comment
I think that this should be broken up into several separate pull requests.
For the next pull request make sure that the tests pass as well. You can just run "grunt" from your terminal to make sure they all pass. |
|