You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, thx for raising the issue, I don't think the style and explode are implemented here.
Usually, the entire API should follow the same style so you can handle this in your custom fetcher. This is at least the assumption I did ^^ I'm always happy to improve the library to handle more usecase, so if you have time, I'm open to pull-request 😀
OpenAPI spec:
Generator emits type for queryParams:
But by spec https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.0.md#parameter-object
parameter
in: query
has default value of style - form. So explode default value is true for form style. Spec says:Should generator emit queryParam type with spreaded params? if no, why?
The text was updated successfully, but these errors were encountered: