test: add Bruno API test collections for Kobo and media endpoints
This commit is contained in:
@@ -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."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user