flask-restless icon indicating copy to clipboard operation
flask-restless copied to clipboard

doc for APIManager.create_api_blueprint is not clear

Open antoine-gallix opened this issue 6 years ago • 0 comments

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

antoine-gallix avatar Jan 04 '18 18:01 antoine-gallix