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
20.63k stars 6.29k forks source link

zapier: add request middleware to support other authentication schemes #18848

Closed a-wallen closed 3 weeks ago

a-wallen commented 1 month ago

closes https://github.com/OpenAPITools/openapi-generator/issues/18847

PR checklist

@valmoz @emajo

wing328 commented 1 month ago

please follow step 3 to update the samples.

a-wallen commented 1 month ago

@wing328 https://github.com/OpenAPITools/openapi-generator/pull/18814

the generation script overwrites the UNIX path separator '/' with the windows one '\'. How do I prevent this?

wing328 commented 3 weeks ago

merged via https://github.com/OpenAPITools/openapi-generator/pull/18907 with updated samples

a-wallen commented 3 weeks ago

Thanks @wing328!