php-json-api
php-json-api copied to clipboard
Add support of "relationships" in resource creation.
Support "relationships" in resource creation like shown here: http://jsonapi.org/format/#crud-creating
I think it's not easily possible, because this library doesn't know how it has to assign the realtionships, for example if there is a database involved in retrieving the associated resources.