tu-graz-library / invenio-pure

MIT License
0 stars 3 forks source link

Created RecordManager class and relevant tests #25

Closed bengaal closed 3 years ago

bengaal commented 3 years ago

Created RecordManager class in order to encapsulate resources relevant to record creation/update/deletion. Added a simple CRUD test to make sure the methods work as intended. This PR also contains docstring, typing and other fixes, which emerged during the implementation.