Baptiste Leduc

Results 134 comments of Baptiste Leduc

I don't think we need an object to represent an uuid, isn't a string enought ?

I can understand why a PhoneNumber object can be usefull, but I'm more asking myself how you can solve this ? Since for your example, you need at least 2...

Understand that `master` branch is not stable and may have some bugs. There should be a way to fix this through generation (which is made here: https://github.com/janephp/janephp/blob/master/src/OpenApi/Generator/RequestBodyContent/FormBodyContentGenerator.php#L22), you're free to...

Hi @panos-zamos and thanks for sharing your issue ! Actually I do have the same issue on an API I'm using, what we do is we use a [scoped HttpClient](https://symfony.com/doc/current/components/http_client.html#symfony-framework-integration)...

I started some work with #311 but that won't work that way for sure, I still need to make some research about how to tackle this.

I think the best solution here is to add a new field in Jane `x-ignore-check`, the idea is to gives the schema which parameters are already injected to the Client...

Same as the other PR: https://github.com/janephp/janephp/pull/639#issuecomment-1206185754 you will need to regerenerate the fixtures.

> This could be even better if we could get the whole breadkrumb, but for that the whole validator would have to be rewritten to keep track of some sort...

> should i adjust all validators to include the name and go through with this change? or is that obsolete with the change you want to do to provide the...

Since #651 was merged, I think we could close that PR ?