Robbe Sneyders

Results 158 comments of Robbe Sneyders

Hi @leonardofesta, did you have a chance to have another look at this? Let me know if you need support.

Hi @AntoineDuComptoirDesPharmacies The options you mention are framework specific, while we try to keep the connexion interface framework agnostic. Other frameworks support a `name` parameter as well though (eg [starlette](https://github.com/encode/starlette/blob/master/starlette/routing.py#L707)),...

Thanks @macdjord. I agree that this would make sense for the `ExtraParameterProblem`, since both return a 400 status code, and the `ExtraParameterProblem` can be interpreted as a `BadRequestProblem` with additional...

@Ruwann you can use a custom validator since #352. I don't think we should add a flag to add defaults to Connexion. I would close this one if you agree.

I think this only takes the default at the top level of the body and doesn't take into account any nested defaults, https://github.com/spec-first/connexion/blob/87a0fed4dcd164eb779cd11afd838845910b1e32/connexion/operations/openapi.py#L297

Thanks @chenguangqi! Could you update the tests so they take into account the change?

Hi @chenguangqi, did you have a chance to have another look at this? Let me know if you need support.

Hi @vmarkovtsev, thanks for the report. So if I understand correctly: - The spec defines content-type `application/json` - Curl sends content-type `application/x-www-form-urlencoded` - The error is `400 - '' is...