issues
search
adsabs
/
biblib-service
ADS library service
https://ui.adsabs.harvard.edu
MIT License
4
stars
8
forks
source link
Closes issue #30. Feature/issue 30/updating get data
#50
Closed
jonnybazookatone
closed
9 years ago
jonnybazookatone
commented
9 years ago
The /libraries end point was updated to include:
num_users: the number of users that have permissions for a library.
Only the admin and owner can see this information, otherwise it defaults to zero
num_documents: number of bibcodes in a library
date_created
date_last_modified
permission: finds the highest ranking permissions and returns that
Relevant tests have been included.
Migrations for the database changes included in this commit.
Added a few tests to ensure that permissions get deleted when a library is deleted.
Added a few tests to ensure the get libraries join is working as is expected.
The /libraries end point was updated to include: