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

Support Global queryparams #157

Closed TejasQ closed 5 years ago

TejasQ commented 5 years ago

Why

In some cases, we'd like query params to be inherited by all hooks/components under a given provider. This PR makes this possible.