FOSRestBundle icon indicating copy to clipboard operation
FOSRestBundle copied to clipboard

This Bundle provides various tools to rapidly develop RESTful API's with Symfony

Results 124 FOSRestBundle issues
Sort by recently updated
recently updated
newest added

| Q | A | --- | --- | Symfony Version | 6.3 | Sulu Version | 2.5.9 | Related Issue | https://github.com/sulu/SuluArticleBundle/issues/641 After upgrading to Symfony 6.3 console shows...

This PR adds a few tiny improvements to param fetcher listener docs to make them easier to read.

Currently it is not easily possible to access the response object and the view at the same time. I have the use case, that I want to return a paginated...

The latest version 3.5.0 is dependent on the abandoned `sensio/framework-extra-bundle`. The `sensio/framework-extra-bundle` functionality is expected to be moved to Symfony core in v 6.2. But on 6.2, I'm getting the...

This backports #2319, so that JMS serializer 4+ bundle works with 2.x.

Hi everyone. I'm facing a problem with the last version of lib, we are upgrading to symfony `6.2` and version `3.5` of this lib, but the exceptions serializer are not...

Hi team, `@QueryParam ( name = "name", strict = true, nullable = true, requirements = @symfonyConstraint, )` When it failed: `Query parameter foo value 'bar' violated a constraint (expected message)`...

The implementation of `RequestBodyParamConverter` seems so "naive", hope that is my bad configuration or something. It works **fine when you don't provide entity identifiers in the body payload**, but is...

I have made a `PatchAction` without using forms and I am trying to ignore `null`/`default` value Currently my action look like this ``` /* * @ParamConverter("updatedServer", converter="fos_rest.request_body") * * @return...

Hello there, As discussed in #2400 I looked at the error a bit longer this morning and preferred to open an issue for better tracking instead of continuing the thread...