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

No name 'get_swagger_blueprint' in module 'eve_swagger' #99

Closed
maulikdoshi82 opened this issue Oct 18, 2019 · 3 comments
Closed

No name 'get_swagger_blueprint' in module 'eve_swagger' #99

maulikdoshi82 opened this issue Oct 18, 2019 · 3 comments
Labels

Comments

@maulikdoshi82
Copy link

Getting above issue on vsc for
from eve_swagger import get_swagger_blueprint, add_documentation

I do see add_documentation method but not get_swagger_blueprint inside eve-swagger.swagger.

Installed today using pip3 install eve-swagger

@tiwariav
Copy link

tiwariav commented Feb 5, 2020

#99

Following the documentation on PyPI, instead of get_swagger_blueprint, import swagger and use it as following.

from eve import Eve
from eve_swagger import swagger, add_documentation

app = Eve()
app.register_blueprint(swagger)

@rmlopes
Copy link
Contributor

rmlopes commented Feb 5, 2020

PyPI has not been updated yet. If not installing from github source, you should follow PyPI instructions. If installing from source then the repository docs apply.

@stale
Copy link

stale bot commented Aug 8, 2020

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@stale stale bot added the stale label Aug 8, 2020
@stale stale bot closed this as completed Aug 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants