Guillem CANAL
Guillem CANAL
@ulrik59 @ElevenTom A mon sens rien à voir: Dans les derniers articles publiés sur le blog, les auteurs n'ont pas renseignés d'image de couverture dans leurs articles. Exemple d'article avec...
@SoftCreatR I see. I haven't checked the test suite yet, but removing the return type hint, seems to be a pretty good solution. Beware however, because it seems that `\stdClass`...
You can, In fact get the discriminator value while serializing your objects using a virtual property but the getter should be named differently, here is an example: ``` php use...
I've been busy the last couple weeks, I'll do a Gist to demonstrate the workaround. I'm actually using discriminator to produce a [json activitystream](http://activitystrea.ms/specs/json/1.0/).
Thank you for that ;)
@shadowhand Hi, You are right, this library was mainly crafted to support JSON APIs. Back in the days, I wasn't interested to support anything else. I'll sure look into it.
We still need to support data validation from `application/x-www-form-urlencoded` requests
@jimmy4fingers Sorry for the delay, and thanks for reporting this. I'll look at it A.S.A.P. I haven't tested this library against an xml payload at all to be honest.
@shadowhand As a matter of fact, one of my closed source project already support OpenAPI v3, I already planed to merge both project into `eleven-labs/api-validator`. It's not feature complete as...
It has a quite busy weekend, I'll try to contribute that feature this week, stay tuned :)