v0.9.0
This is a minor release that adds functionality for managing collections of DRB records as OPDS2 objects. This is a demonstration functionality to show the how such a service would operate on the back-end, and what data would be exposed to consuming front-end applications. Specifically added are the following endpoints:
/collection
(POST
) Creates a new collection of edition records with a title, creator and description. (Authentication required)/collection/<uuid>
(GET
) Fetches a collection identified by a UUID/collection/<uuid>
(DELETE
) Deletes specified collection. (Authentication required)/collection/list
(GET
) Returns a list of all collections in the system