jfinkels / flask-restless

NO LONGER MAINTAINED - A Flask extension for creating simple ReSTful JSON APIs from SQLAlchemy models.
https://flask-restless.readthedocs.io
GNU Affero General Public License v3.0
1.02k stars 301 forks source link

doc for APIManager.create_api_blueprint is not clear #672

Open antoine-gallix opened 6 years ago

antoine-gallix commented 6 years ago

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