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

Advanced custom props #340

Closed fabien0102 closed 3 years ago

fabien0102 commented 3 years ago

Why

So far customProps was just for the base, let's extends this API to permit more usecases.

In the same direction, customProps[key] can now be a function that will receive some metadata (just the responseType for now)