Skip to content
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

Support implicitHeaders configuration #494

Open
dprinz opened this issue Sep 22, 2023 · 2 comments
Open

Support implicitHeaders configuration #494

dprinz opened this issue Sep 22, 2023 · 2 comments
Assignees
Labels
added to backlog The issue was added to backlog area:client This item is related to the client extension pinned Issues and PRs that must not stale

Comments

@dprinz
Copy link

dprinz commented Sep 22, 2023

The OpenAPI Generator supports the configuration option
implicitHeaders
for Spring Generator: https://openapi-generator.tech/docs/generators/spring/

It would be very nice to have this option for quarkus too, as it allows to skip certain header parameters in the API.

@ricardozanini
Copy link
Member

@dprinz I think it would be a nice addition and not so hard to implement. You first have to add a new config option, and then read this config in the Qute templates and change the generation accordingly. Also, the implicitHeadersRegex should also be implemented as part of this work.

Are you willing to send a PR?

@ricardozanini ricardozanini added good first issue Good for newcomers help wanted Extra attention is needed labels Sep 22, 2023
@dprinz
Copy link
Author

dprinz commented Sep 22, 2023

Dear Ricardo,
I will give it a try.
Regards

@ricardozanini ricardozanini removed good first issue Good for newcomers help wanted Extra attention is needed labels Sep 22, 2023
@hbelmiro hbelmiro added added to backlog The issue was added to backlog pinned Issues and PRs that must not stale labels Sep 23, 2023
@ricardozanini ricardozanini added the area:client This item is related to the client extension label Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
added to backlog The issue was added to backlog area:client This item is related to the client extension pinned Issues and PRs that must not stale
Projects
None yet
Development

No branches or pull requests

3 participants