Luke Gibson
Luke Gibson
Added in view relationship as per the json:api spec https://jsonapi.org/format/#fetching-relationships potential improvements: pagination - i can add this if we think it'll be useful links - not really sure on...
where unlink/unlinkAll are used in the codebase it would be desirable to pass the 3rd parameter in somehow. Would a PR with this feature be useful?
unlink/unlinkAll/link are awful functions in the Yii framework, they assume everything is going to go correctly and fire off database errors instead of validation errors. Would a PR without unlink/unlinkAll/link...
In the JSON:Api spec, to-one relationships can only be updated with PATCH requests. This throws a method unsupported (rather than just handling the request), alternatively we could throw a 404,...