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

Write generated swagger client into file #395

Open
ghost opened this issue Oct 30, 2018 · 1 comment
Open

Write generated swagger client into file #395

ghost opened this issue Oct 30, 2018 · 1 comment

Comments

@ghost
Copy link

ghost commented Oct 30, 2018

Bravado can generate a swagger client for me from some file or URL. But say, if I want this client to be statically part of my code structure so that Pylint can help work with it. How can I generate static python code with bravado?

Even better, I can write a script in my project to update the generated swagger code whenever, and Pylint or compiler can find the issue before running it.

@amancevice
Copy link

It sounds like you could use the swagger-codegen tool for this instead of bravado.

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

No branches or pull requests

1 participant