the-library-code / dspace-rest-python

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

Fixes get_communities for a single uuid fetch #9

Closed kshepherd closed 9 months ago

kshepherd commented 9 months ago

Fixes #8 where get_communities always expected a list of top communities and not a UUID for a single community

This brings the get_communities method in line with get_collections and also updates and simplifies the use of lists and return val