ajaishankar / openapi-typescript-fetch

A typed fetch client for openapi-typescript
MIT License
233 stars 54 forks source link

Enable FormData as input #50

Open voxpelli opened 2 years ago

voxpelli commented 2 years ago

Fixes #31

This is the simplest possible way I could figure out to support uploading of form bodies.

Sure, those form bodies won't be type checked, but their responses will and all other API paths in a project will.