Extension for django-rest-framework-json-api to support atomic operations.
See the usage section of the docs for example integration.
- creating, updating, removing multiple resources in a single request (sequential db calls optional bulk db calls for create and delete)
- Updating To-One Relationships
- Updating To-Many Relationships
- error reporting with json pointer to the concrete operation and the wrong attributes
- local identity (lid) handling
Only one major feature need to be implemented for first major version v1.0.0:
- permission handling