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

cli: investigate a way to get API URLs from the specification #68

Open
BrunoRosendo opened this issue Aug 8, 2022 · 1 comment
Open

Comments

@BrunoRosendo
Copy link
Member

Currently, there's no way to retrieve URLs from the API specification, so they're just hard-coded (see this comment). The objective is to investigate if there is a better way to handle this type of situations and change them where needed.

@BrunoRosendo
Copy link
Member Author

From what I could tell, the swagger client also just hardcodes the path and path templates coming from the openapi spec. For example, this operation only defined the PathPattern as a literal and doesn't provide it in any other way. So I'm not sure if this is possible here. I'll try to check the client generation options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant