acacode / swagger-typescript-api

Generate the API Client for Fetch or Axios from an OpenAPI Specification
MIT License
3.37k stars 361 forks source link

Axios doesn't work #933

Open danrvc opened 1 month ago

danrvc commented 1 month ago

How to reproduce: npx swagger-typescript-api -p ./swagger.json -o ./src -n API.ts --axios true

productdevbook commented 1 week ago

please test

npx swagger-typescript-api -p ./swagger.json -o ./src -n API.ts --axios