rametta / rapini

:leafy_green: OpenAPI to React Query (or SWR) & Axios
Apache License 2.0
152 stars 18 forks source link

Support parameters on path level #7

Closed daniel-pulley closed 2 years ago

daniel-pulley commented 2 years ago

This adds support for path-level parameters that can be overridden at operation level, as per this part of the Swagger spec. These parameters were previously ignored, generating incomplete queries and mutations.

rametta commented 2 years ago

Also, please update queryIds.spec.ts, queries.spec.ts and mutations.spec.ts files with the new parameters so we can verify everything is propagated properly, thanks!

rametta commented 2 years ago

Thanks again for the contribution @daniel-pulley . I've published these changes, they are now available under rapini@1.8.0 on NPM