Luxoft / gengen

Tool for generating models and Angular services based on OpenAPIs and Swagger's JSON.
MIT License
17 stars 8 forks source link

Handle paths with several methods #80

Closed jackkk94 closed 3 years ago

jackkk94 commented 3 years ago

For example: "/api/v1/Product": { "get": { ... }, "post": { ... } }