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

A lightweight API resource for Laravel that helps you adhere to the JSON:API standard. Supports sparse fieldsets, compound documents, and more.

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

JsonApiServerImplementation class is a simple DTO that keeps jsonapi server information. There are cases, where some schemas need to declare some profiles etc. Unfortunately, the usage of `final` keyword, prevents...

As its polymorphic nature, I can't know in advance what resource type it will be. ```php class AddressResource extends JsonApiResource { public $attributes = [ 'label', 'geo_point', ]; public $relationships...

Hi All. I am returning a collection of orders with their products (many to many) and each order can have the same product. I would like to know the pivot...

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start)...

dependencies

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start)...

dependencies

@timacdonald Found few misspellings. https://github.com/crate-ci/typos

When requesting a nested include such as `destination.location` for a `stop` resource, if the `stop` does not have a `destination` attached, the request currently fails with an error. This behavior...

#### Description: According to the JSON:API documentation, when requesting a nested include such as `destination.location` for a `stop` resource, if the `stop` does not have a `destination` attached to it,...