OpenAPITools / openapi-generator

OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
https://openapi-generator.tech
Apache License 2.0
21.48k stars 6.5k forks source link

[REQ] request middleware for Zapier generator. #18847

Closed a-wallen closed 3 months ago

a-wallen commented 4 months ago

Is your feature request related to a problem? Please describe.

APIs that use some form of session auth, whether it be API keys or basic auth that requires parameters other than a Bearer token do not have support with the current generator.

In order to support this, there needs to be middleware that can include these request options.

Describe the solution you'd like

utils.js should include a request middlware

wing328 commented 3 months ago

closed via https://github.com/OpenAPITools/openapi-generator/pull/18907