php-json-api icon indicating copy to clipboard operation
php-json-api copied to clipboard

Add support of "relationships" in resource creation.

Open GSokol opened this issue 9 years ago • 1 comments

Support "relationships" in resource creation like shown here: http://jsonapi.org/format/#crud-creating

GSokol avatar Aug 30 '16 12:08 GSokol

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.

HennerM avatar Oct 05 '16 17:10 HennerM