jsonapi-bundle
jsonapi-bundle copied to clipboard
the fastest way to generate API based on jsonapi.org using woohoolabs/yin
Hi. IDK if put this here or in [paknahad/jsonapi-bundle](https://github.com/paknahad/jsonapi-bundle), because this happens when using this extension. I get this error (when authenticating using NelmioApiDocs or via Postman) when I use...
Can you please tell me what the reason may be that I am not obtaining the target object in my queries
Hello, actually I didn't find any way to disable pagination in the response of the jsonapi. Is it possible to add a parameter or something like that to make it...
Hi @paknahad @kocsismate , As `jsonapi` **spec** specify it, we **should** be able to filter with multiple values https://jsonapi.org/recommendations/#filtering However, `/books?filter[id]=1,2` does not show **2** books The query generated is...
Hello. I have an entity which have one-to-many relationship to other entity. But when I get a request, the response doesn't have a `relationships` field. When I get a request...
Hi, I added a new argument to `validateFields` which specifies fields that need to be validated. Main usage for this should be when an entity has virtual fields that are...
We wanted to create a `/batch` route by using the HttpKernel: ```php foreach($requests as $request) { // ... $req = Request::create( $request['relative_url'], $request['method'], $options ); $response = $kernel->handle($req); } ```...
Validating fields with validExistence set to false creates an exception when calling the getValidator method. `"Argument 1 passed to App\\JsonApi\\Hydrator\\JobPosition\\AbstractJobPositionHydrator::getValidator() must be of the type string, null given, called in...
Is there any way currently to set a prefix for the generated routes when running `php bin/console make:api`? I was not able to find any and the enforced routes seem...
http://example.com/books?include=authors.phones,publishers