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

I recently upgraded to Symfony 5.4 and now I am receiving a deprecration warning about `JMSHandlerRegistryV2`: ``` [2021-12-09T11:52:40.460108+01:00] php.INFO: User Deprecated: Method "JMS\Serializer\Handler\HandlerRegistryInterface::getHandler()" might add "callable|object" as a native return...

https://fosrestbundle.readthedocs.io/en/latest/1-setting_up_the_bundle.html?#step-1-setting-up-the-bundle --- not found. ..

Hi, when I try to install the bundle via composer it gives me : ``` Your requirements could not be resolved to an installable set of packages. Problem 1 -...

I've got the need to allow the validation groups to be set after the request body is deserialised. This allows the validator groups option to be callable and resolve the...

Feature

I'm getting the following depreciation message on my Symfony 4.4 installation: `Loading the file "../src/Controller/ApiPartner" from the global resource directory "/shinra/narvick/src" is deprecated since Symfony 4.4 and will be removed...

Hi all, I am having a lot of trouble upgrading from 2.8.3 to 3.1 with regard to the custom exception codes and showing error messages. After I upgraded, our endpoint...

### Usage `config/packages/fos_rest.yaml`: ```yaml fos_rest: query_string_converter: enabled: true # (...) ``` `src/Controller/ExampleController`: ```php

Feature

Content-Type header field is used to specify type of data in the body request. When request is sent with an empty payload - it should be accepted the same way...

Status: Needs Work

Matching version argument does not work, as it's null. Use requirements instead. Also see https://github.com/symfony/symfony/issues/38034

Documentation

hi there, I did some simplifications to make this section a bit more readable (especially for dumbs like me) and fixed some formatting and URLs also, I have a question...

Status: Needs Review
Status: Needs Work