jsonapi-client icon indicating copy to clipboard operation
jsonapi-client copied to clipboard

JSON API (jsonapi.org) client for Python

Results 21 jsonapi-client issues
Sort by recently updated
recently updated
newest added

I would like to see support for [include](http://jsonapi.org/format/#fetching-includes), [fields](http://jsonapi.org/format/#fetching-sparse-fieldsets) and [sort](http://jsonapi.org/format/#fetching-sorting) for fetching documents. Is it on your roadmap? I can submit PRs if you like the idea to support...

The title attribute of errors often does not include the most helpful information (ex. 'must be unique') where details seems more helpful (ex. 'email address - must be unique'). Also,...

the JSON:API spec allows for delete requests to have a status code 204, and have no content in the body. This causes an error in this library because it tries...

Hi, Would it be possible to update the git release tag to 0.9.9 as well, so the latest release can be installed through Conda? Best regards, Emil

Is there a specific reason that the session can only provide a resource id OR a filter? My understanding is that include and filters can be provided even if you're...

Hello, nice project. However, I have one question: in your schema for posting resources you use _'relation': 'to-many' and 'relation': 'to-one'_ . Are these part of the json schema specification...

Problem: Django and DRF have a combination of options that makes Django either redirect with 301 or return 404 error when URL is missing a trailing slash before the query...