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

Generating HTTP requests from Open API file #355

Open
andresriancho opened this issue Mar 9, 2018 · 0 comments
Open

Generating HTTP requests from Open API file #355

andresriancho opened this issue Mar 9, 2018 · 0 comments

Comments

@andresriancho
Copy link

I'm in the process of extending a web application security scanner to be able to find security flaws in REST APIs which are documented using open api.

In order to do that, I'm using bravado to parse the open api doc and generating the HTTP requests associated with each operation.

I've found that it is harder than I thought. Do you guys know of any external tool or feature within bravado that will allow me to programmatically and without any previous knowledge of the API parse an open api document and generate HTTP requests to consume it?

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