We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The doc for APIManager.create_api_blueprint is not clear. It states first that the function:
Creates and returns a ReSTful API interface as a blueprint, but does not register it on any flask.Flask application.
and then later on that:
The returned Blueprint has already been registered with the Flask application object specified in the constructor of this class
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The doc for APIManager.create_api_blueprint is not clear. It states first that the function:
and then later on that:
The text was updated successfully, but these errors were encountered: