Manweill / swagger-axios-codegen

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

Extend request options (baseURL, method, contentType) #35

Closed LucaDe closed 5 years ago

LucaDe commented 5 years ago

Currently you can't configure baseURL, HTTP method (hardcoded to POST atm) and contentType (hardcoded as well).

I will do a PR for this :)

Manweill commented 5 years ago

@LucaDe So sorry~ I am a Bad coder

Manweill commented 5 years ago

baseURL usually like this axios.default.baseURL = 'xxx.xxx.com' But your thoughts are not bad.