The list of available libraries

GET /library/list

The list of the high level library names. A library consists of catalogues.

Responses

GET /library/list
curl \
 -X GET https://YOURSITE.infoodle.com/apiv2/library/list \
 -H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
  {
    "name": "string",
    "library_id": 42,
    "type": "string",
    "max_reserves": 42,
    "return_by_days": 42
  }
]