json-api
json-api copied to clipboard
Implementation of JSON API in PHP
It'd be great to be able to support the following features outlined in the JSON:API v1.1 spec: - Top-level `describedby` link ([spec](https://jsonapi.org/format/1.1/#document-top-level)) - Link objects ([spec](https://jsonapi.org/format/1.1/#auto-id--link-objects)) - JSON:API object `ext`...
Is it possible to omit the id in ResourceObject when making a request to create a new resource? From the [JSON API spec](https://jsonapi.org/format/#crud-creating), it allows id to be omitted when...