symfony-jsonapi icon indicating copy to clipboard operation
symfony-jsonapi copied to clipboard

JSON API Transformer Bundle for Symfony 2 and Symfony 3

Results 13 symfony-jsonapi issues
Sort by recently updated
recently updated
newest added

Error responses are created incorrectly, errors need to be passed in ErrorBags.

So I have an Email VO that currently maps to: ` "email": { "email": "[email protected]" } ` Is there any way to map this to a single string? Like: `...

Hi, are there any plans adding Symfony 4 support? Or are there any blockers? I may try to do this, but without tests its hard to validate the bundle behaves...

Hi, it's a pretty nice job you have done. I just have a small issue, I don't know if there is a way to say in the mappings which relationships...

When I try to serialize a doctrine that has related entities, I get a blank 500 error and have to dig through my logs to figure out what happened. It...

bug
help wanted

Hello, First of all, thanik you for your work. I am currently using your bundle for my REST API. I am currently facing an issue with 2 routes that exports...

bug

I try to serialise an object but I get an error with the URL generation for the `self url` property. This is my mapping: ```yaml mapping: class: AppBundle\User alias: User...

Would it be possible to have annotation support? That would make it a lot easier to write the relationship mapping, you could simply do it in your doctrine entities.

Some of the helper methods do not work, see https://github.com/nilportugues/symfony-jsonapi/pull/25 and https://github.com/nilportugues/symfony-jsonapi/pull/24

Hi, I would like to understand what it is the behaviour for the method `JsonApiResponseTrait::addHeaders` ? This method do nothing more than returning the response parameter and is named `addHeaders`...