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

Framework agnostic JSON API serialisation and deserialisation

Results 2 json-api issues
Sort by recently updated
recently updated
newest added

Getting this: ``` TypeError: Argument 1 passed to Neomerx\JsonApi\Exceptions\JsonApiException::addError() must implement interface Neomerx\JsonApi\Contracts\Document\ErrorInterface, null given, called in /home/cgammie/Development/cgammie/radio-poc/vendor/neomerx/json-api/src/Exceptions/JsonApiException.php on line 77 ``` After using the guzzle client to submit a...

bug

At the moment, the HTTP client only allows sending resource requests, and not resource relationship requests. These need to be added in.

enhancement