test: add Bruno API test collections for Kobo and media endpoints
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
meta {
|
||||
name: Get Kobo Shelf
|
||||
type: http
|
||||
seq: 1
|
||||
}
|
||||
|
||||
GET {{baseURL}}/api/devices/{{deviceID}}/shelves?shelf={{shelfName}}
|
||||
Authorization: Bearer {{userToken}}
|
||||
|
||||
{
|
||||
"meta": {
|
||||
"name": "Get Kobo Shelf Books",
|
||||
"description": "Get all books on a Kobo device shelf, optionally filter by shelf name",
|
||||
"documentation": "Returns a list of books with their shelf positions and Kobo-specific metadata (entitlement ID, revision number)."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user