adsabs / biblib-service

ADS library service
https://ui.adsabs.harvard.edu
MIT License
4 stars 8 forks source link

Type param #177

Closed femalves closed 7 months ago

femalves commented 7 months ago

Desired behavior

Request

https://devapi.adsabs.harvard.edu/v1/biblib/libraries?start=0&rows=10&sort=date_last_modified&order=desc&type=collaborator 

Response

{
  count; // total count of all libraries shared with me in this case
  libraries: [ .... ]; // only the first 10 libraries shared with me in this case, sorted 
}