test: add Bruno API test collections for Kobo and media endpoints

This commit is contained in:
2026-01-31 00:29:40 -05:00
parent 42c3168fcf
commit 45ba922c68
6 changed files with 133 additions and 0 deletions
+16
View File
@@ -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)."
}
}