acacode / swagger-typescript-api

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

Revert "Fix contentFormatter for FormData returning an empty FormData object" #863

Closed smorimoto closed 3 months ago

smorimoto commented 3 months ago

Reverts acacode/swagger-typescript-api#747

smorimoto commented 3 months ago

Generally, the response is not in FormData format, and to use it we actually had to parse and reconstruct it as a FormData object, but I don't think that's necessary here.