-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Add injecting header parameters #24
Conversation
@guillaumeserale Thank you for this contribution If it's not too much trouble, can you please provide some example OpenAPI specifications with header parameters in a request? Like how it is done in #7 |
@christianhelle Sure!
|
This feature is now released as v0.5.1 at nuget.org Thanks again @guillaumeserale |
I've added the generation of http headers in
src/Refitter.Core/ParameterExtractor.cs
.This can be disabled by setting
RefitGeneratorSettings.GenerateOperationHeaders
tofalse
.