The list of available libraries
The list of the high level library names. A library consists of catalogues.
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
}
]