Bruno API test updates: - Update test assertions: X-Bookmann-* → X-Bookhoard-* - Update variable names and references in test scripts - Update documentation and comments in API tests This is part 4 of the project rename to Bookhoard.
16 lines
448 B
Plaintext
16 lines
448 B
Plaintext
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 Bookhoard server (no auth required - for Kobo device download)",
|
|
"documentation": "Kobo devices can download books directly from Bookhoard using this endpoint. The endpoint returns the book file with appropriate Content-Type headers."
|
|
}
|
|
}
|