api-platform-ms-bundle icon indicating copy to clipboard operation
api-platform-ms-bundle copied to clipboard

A set of tools to use Api Platform in a microservice context

Results 6 api-platform-ms-bundle issues
Sort by recently updated
recently updated
newest added

Hi, WIP One Test fails. I guess another Exception is Raised after TypeHints are added. I tried InvalidArgumentException but that was not working. Maybe you have an idea to solve...

Hi, is there a Roadmap of planned features or any infos about actual state of development? I like this bundle. I just guess the community which uses API-Platform as Microservices...

meta

https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Fixes #96 in a backwards compatible way.

When an API returns a 400 response without validation violations, [AbstractConstraintViolationListDenormalizer](https://github.com/mtarld/api-platform-ms-bundle/blob/6f2a82aab38ab6a81b3da9dc20528d3c407d94b4/src/Serializer/AbstractConstraintViolationListDenormalizer.php#L37) throws an ErrorException `'Warning: Undefined array key "violations"'` `400: Bad Request` responses in Api Platform normally do not have...

Having this bundle coupled to `api-platform/symfony` is inconvenient for a service not needing Api Platform. I.e. ```console composer req mtarld/api-platform-ms-bundle ``` fails when the package installing it has a dependency...