-
Notifications
You must be signed in to change notification settings - Fork 65
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
Add save/delete implementations for many resources #456
Comments
I don't think anybody will answer here anymore and people move on to crnk.io and other jsonapi libraries like elide. in crnk this functionality is called "operations" api and makes use of standard http://jsonpatch.com/. |
Does crnk fork from Katharsis and include all the functionality? |
Crnk is a fork from Katharsis. Migration to Crnk 2.x is pretty easy, but some classes you know from Katharsis are deprecated and will most likely be removed in Crnk 3.x. See crnk-project/crnk-framework#207 The functionality will still be there, though. Crnk provides bulk support with its Operations Module. See http://www.crnk.io/documentation/#_operations_module |
Thanks for the info. Looks like we'll migrate to crnk then. |
I'd like to ask if it would be possible to add support for save (create and update) and delete of lists of resources. Currently, these bulk modifications are the only thing we have to build by ourselves outside of Katharsis.
i.e. create, update, or delete multiple employees in one API call.
The text was updated successfully, but these errors were encountered: