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

Update bravado/swaggerpy doc with current examples #161

Open
prat0318 opened this issue Jul 15, 2015 · 0 comments
Open

Update bravado/swaggerpy doc with current examples #161

prat0318 opened this issue Jul 15, 2015 · 0 comments

Comments

@prat0318
Copy link
Contributor

This does not work now because of no get_model method being exposed. The new way is:

Pet = swagger_client.pet.addPet._model['Pet']

_model at operation level is not correct and should instead be at resource level. This should also be fixed.

The petstore link now is: http://petstore.swagger.io/api/api-docs

which is currently failing swagger-py validation. May be ignore the validation for now.

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