ErikWittern / openapi-snippet

Generates code snippets for given Swagger / Open API documents
MIT License
115 stars 66 forks source link

Parse Query Params From Path in Addition to Method #71

Closed bpross closed 3 years ago

bpross commented 3 years ago

Parse any query params that are defined on the path object in addition to parsing them on the method.

Included

bpross commented 3 years ago

@ErikWittern do you mind taking a look when you have a change? Thanks!