influxdata / oats

An OpenAPI to TypeScript generator.
MIT License
13 stars 6 forks source link

feat: export the request #4

Closed drdelambre closed 5 years ago

drdelambre commented 5 years ago

The current implementation doesn't expose the request context, meaning apps that are utilizing the middleware feature need to replicate the functionality in an external request framework if they are using endpoints not defined in the yaml file. This PR exports request (the singleton instance) for sharing!