the-library-code / dspace-rest-python

DSpace REST API Client Library
BSD 3-Clause "New" or "Revised" License
24 stars 19 forks source link

Extend example.py showing how to retrieve metadata, communities, collections and item lists #11

Closed pnbecker closed 7 months ago

pnbecker commented 7 months ago

Please add some example how to get data from DSpace using the client.

kshepherd commented 7 months ago

Thanks @pnbecker , the example script has been extended, and a new example_get.py script is added to provide a simple way of testing this without creating any new data. New methods for bitstream downloads were also added as part of this work.

Resolved at version 0.1.9 PyPI (https://pypi.org/project/dspace-rest-client/0.1.9/) Git tag here: https://github.com/the-library-code/dspace-rest-python/tree/dspace-rest-client-0.1.9