Simone Fumagalli
Simone Fumagalli
@acjay > Here are some pain points with REST, in my personal experience/observation: > > Endless design bikeshedding seeking RESTfulness. > Perpetually poor API documentation. > Inconsistency of conventions between...
I faced the very same issue and I've already applied a patch in my local branch. Before opening a PR I want to share a couple of points: 1. I...
@nacmartin ok. What about the point 2 ?
I'm trying to do this too ... anyone ?
I've created this demo project that allow to verify a user logged in on firebase https://github.com/hpatoio/api-platform-jwt-firebase
I deleted my repo. Was old and I thought no one was using it.
I've created this demo project that allow to verify a user logged in on firebase https://github.com/hpatoio/api-platform-jwt-firebase
AFAIK `OPTIONS` requests can return data in the body > The response body, if any, SHOULD also include information about the communication options. The format for such a body is...
I've created a json schema handler that use this bundle: https://github.com/Limenius/LiformBundle Responses are like: ``` { "title": "form", "type": "object", "properties": { "birthdate": { "type": "string", "title": "birthdate", "widget": "date",...
> I need to override JsonViewHandler ? That's an option. Otherwise you can register a ViewResponseListener and handle it there