contiamo / restful-react

A consistent, declarative way of interacting with RESTful backends, featuring code-generation from Swagger and OpenAPI specs 🔥
MIT License
1.87k stars 109 forks source link

Generate a separate type for `RequestBody` #228

Closed fabien0102 closed 4 years ago

fabien0102 commented 4 years ago

Why

Inline types are hard to consume (and probably break with documentation ^^) so let's export them correctly for RequestBody

Related issue

225