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
+15
View File
@@ -0,0 +1,15 @@
meta {
name: EPUB Download
type: http
seq: 1
}
GET {{baseURL}}/api/books/{{bookUUID}}/download
{
"meta": {
"name": "Download EPUB Book",
"description": "Download an EPUB book file from Bookmann server (no auth required - for Kobo device download)",
"documentation": "Kobo devices can download books directly from Bookmann using this endpoint. The endpoint returns the book file with appropriate Content-Type headers."
}
}