16 lines
446 B
Plaintext
16 lines
446 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 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."
|
|
}
|
|
}
|