json-api
json-api copied to clipboard
Implementation of JSON API in PHP
Results
3
json-api issues
Sort by
recently updated
recently updated
newest added
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`...
help wanted
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...
enhancement