Manweill / swagger-axios-codegen

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

Add support to x-www-form-urlencoded content type #177

Closed fairking closed 11 months ago

fairking commented 11 months ago

I encountered an issue with oauth. The oauth api method should use x-www-form-urlencoded (based on specs) instead of json:

image