jsonapi icon indicating copy to clipboard operation
jsonapi copied to clipboard

Human-friendly library to implement JSON:API without needing to know the specification.

Results 17 jsonapi issues
Sort by recently updated
recently updated
newest added

Hi, we use your implementation quite a lot in our projets, and until now, never had any problems (we appreciate your work tremendously). But now we have problems with answering...

Say, I have resource structure like this: ``` { "data": [ { "type": "news", "id": "item1", "attributes": { "title": "item1" }, "relationships": { "also": { "data": [{ "type": "news", "id":...

I want to release a new major version to do some cleanup. No new functions because there is no new jsonapi specification and I want to keep the upgrade small....

For upcoming v3. This was deprecated since v2.3, when finalizing v1.1 of the specification.

For upcoming v3. This was deprecated since v2.0.