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
we must add possibility to bulk insert (POST list of resource).
Example, post this on service resource:
[{"name": "tmp10", "register": false},{"name": "tmp11", "register": false}]
and result:
{ "_status": "OK", "_items": [ { "_updated": "Tue, 20 Oct 2015 13:30:04 GMT", "_links": { "self": { "href": "service/562641dc8bde9cc16bc42a07", "title": "Service" } }, "_created": "Tue, 20 Oct 2015 13:30:04 GMT", "_status": "OK", "_id": "562641dc8bde9cc16bc42a07", "_etag": "b1339794c85270434cf8a78e093dd0cdcc7a73b3" }, { "_updated": "Tue, 20 Oct 2015 13:30:04 GMT", "_links": { "self": { "href": "service/562641dc8bde9cc16bc42a08", "title": "Service" } }, "_created": "Tue, 20 Oct 2015 13:30:04 GMT", "_status": "OK", "_id": "562641dc8bde9cc16bc42a08", "_etag": "02d99b5d802b559d5897423038cb4da0b74ad7cf" } ] }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
we must add possibility to bulk insert (POST list of resource).
Example, post this on service resource:
and result:
The text was updated successfully, but these errors were encountered: