inveniosoftware / invenio-records-rest

Invenio records REST API module.
https://invenio-records-rest.readthedocs.io
MIT License
4 stars 62 forks source link

global: load blueprints via "invenio_base.api_blueprints" #209

Closed slint closed 6 years ago

slint commented 6 years ago

Based on the changes introduced in inveniosoftware/invenio-base#133, it will be possible to load blueprints via a function, allowing for the application to have loaded any RECORDS_REST_ENDPOINTS config from other extensions before creating and registering the invenio_records_rest blueprint. This allows for flexible "feature-flags" as described in inveniosoftware/cookiecutter-invenio-datamodel#18.