Manweill / swagger-axios-codegen

swagger client to use axios and typescript
MIT License
306 stars 83 forks source link

problem when you have same route with diffrent methods #130

Closed amirjr1378 closed 3 years ago

amirjr1378 commented 3 years ago

for example we have a /features get method and a /features put method , it will generate features and features1 but what i want is updateFeature and getFeature. image