Michael Burri
Michael Burri
The following example is a reduced version of my (afaik) valid OpenApi 3 file defining a request body with both `application/json` and `text/plain` mimetypes: ```yaml openapi: 3.0.3 info: title: 'Test...
I have a problem with a Symfony project where I have both FOSRestBundle and Sabre CardDav library. This is my FOSRestBundle configuration: ``` fos_rest: exception: enabled: true messages: 'Symfony\Component\HttpKernel\Exception\HttpException': true...
I have a separate UserProvider for my Site, as all my Users come from a separate database and should not apper in the Wordpress backend. If I log in on...
Hi Marco, thanks for publishing your integration. I've also been working on an integration which I have been privately alpha-testing for around a year. This week I've decided to transition...