-
-
Notifications
You must be signed in to change notification settings - Fork 226
Header parameters not supported? #117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@pawamoy thanks for reporting! I believe you won't get an exception anymore on the main branch (what will be 0.5.0 eventually). It still doesn't support header params yet, so it will probably skip that endpoint, but hopefully you won't get a traceback anymore. |
@pawamoy have you been able to try header parameters with 0.5+ yet? If it just skips instead of crashing I think this can move from bug to enhancement. |
Yes it skips correctly, no traceback :) |
* Added support for Header parameters (#117) Co-authored-by: Ethan Mann <emann@triaxtec.com>
Describe the bug
It seems header parameters are not supported? Marking this as bug because it generates a traceback.
To Reproduce
Add a header parameter in your spec, try to generate a client from it.
Expected behavior
Header parameters would be supported. How? I don't know 😁
OpenAPI Spec File
I'm not sure I can share it. I'll try to give a minimal example later.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: