jsonapi
jsonapi copied to clipboard
Human-friendly library to implement JSON:API without needing to know the specification.
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":...
Part of #84.
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.
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.