diff --git a/bruno/conflicts/api.bru b/bruno/conflicts/api.bru index 200ce4f..ced8120 100644 --- a/bruno/conflicts/api.bru +++ b/bruno/conflicts/api.bru @@ -1,5 +1,5 @@ meta { - name: "Bookmann Conflicts API" + name: "Bookhoard Conflicts API" type: "collection" environment: { development: { diff --git a/bruno/devices/api.bru b/bruno/devices/api.bru index 031e8cc..be94733 100644 --- a/bruno/devices/api.bru +++ b/bruno/devices/api.bru @@ -1,5 +1,5 @@ meta { - name: "Bookmann Device Management API" + name: "Bookhoard Device Management API" type: "collection" environment: { development: { diff --git a/bruno/kobo/Kobo Initialization.bru b/bruno/kobo/Kobo Initialization.bru index 7145599..1b57e1e 100644 --- a/bruno/kobo/Kobo Initialization.bru +++ b/bruno/kobo/Kobo Initialization.bru @@ -1,7 +1,7 @@ meta { - name: Bookmann Kobo Sync + name: Bookhoard Kobo Sync type: collection - environment: Bookmann + environment: Bookhoard } ### Kobo Initialization Endpoint diff --git a/bruno/kobo/Server Sync to Kobo.bru b/bruno/kobo/Server Sync to Kobo.bru index 2411d47..aed064c 100644 --- a/bruno/kobo/Server Sync to Kobo.bru +++ b/bruno/kobo/Server Sync to Kobo.bru @@ -37,8 +37,8 @@ Content-Type: application/json { "meta": { - "name": "Sync from Bookmann to Kobo", - "description": "Server-initiated sync pushing progress, bookmarks, and highlights from Bookmann to Kobo device", - "documentation": "Two-way sync endpoint. Allows Bookmann server to push updates to Kobo device, including reading progress, bookmarks, and highlights." + "name": "Sync from Bookhoard to Kobo", + "description": "Server-initiated sync pushing progress, bookmarks, and highlights from Bookhoard to Kobo device", + "documentation": "Two-way sync endpoint. Allows Bookhoard server to push updates to Kobo device, including reading progress, bookmarks, and highlights." } } diff --git a/bruno/kobo/initialization.bru b/bruno/kobo/initialization.bru index 07d45f2..cfe1487 100644 --- a/bruno/kobo/initialization.bru +++ b/bruno/kobo/initialization.bru @@ -17,5 +17,5 @@ assert { response.status == 200 response.body.ContentId exists() response.body.Categories exists() - response.body.BookmannUUID exists() + response.body.BookhoardUUID exists() } diff --git a/bruno/media-items/EPUB Download.bru b/bruno/media-items/EPUB Download.bru index 0d08a63..e87417e 100644 --- a/bruno/media-items/EPUB Download.bru +++ b/bruno/media-items/EPUB Download.bru @@ -9,7 +9,7 @@ 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." + "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." } } diff --git a/bruno/opds/Download Book KEPUB (On-the-fly Conversion).bru b/bruno/opds/Download Book KEPUB (On-the-fly Conversion).bru index 9e2cd89..60a01bf 100644 --- a/bruno/opds/Download Book KEPUB (On-the-fly Conversion).bru +++ b/bruno/opds/Download Book KEPUB (On-the-fly Conversion).bru @@ -8,7 +8,7 @@ "script": { "exec": [ "// Test format-specific hash header", - "const kepubHash = resp.headers.get('X-Bookmann-KEPUB-SHA256');", + "const kepubHash = resp.headers.get('X-Bookhoard-KEPUB-SHA256');", "if (kepubHash) {", " tests['KEPUB hash present'] = true;", " tests['Hash is 64 chars'] = kepubHash.length === 64;", @@ -16,9 +16,9 @@ " tests['KEPUB hash present'] = false;", "}", "", - "// Verify Bookmann UUID header", - "const bookmannUUID = resp.headers.get('X-Bookmann-UUID');", - "tests['Bookmann UUID present'] = bookmannUUID !== null;", + "// Verify Bookhoard UUID header", + "const bookmannUUID = resp.headers.get('X-Bookhoard-UUID');", + "tests['Bookhoard UUID present'] = bookmannUUID !== null;", "", "// Verify content type", "const contentType = resp.headers.get('Content-Type');", diff --git a/bruno/queue/api.bru b/bruno/queue/api.bru index 41b91b4..e77d66b 100644 --- a/bruno/queue/api.bru +++ b/bruno/queue/api.bru @@ -1,5 +1,5 @@ meta { - name: "Bookmann Sync Queue API" + name: "Bookhoard Sync Queue API" type: "collection" environment: { development: { diff --git a/bruno/sync-kobo/api.bru b/bruno/sync-kobo/api.bru index 5f6622b..2e36980 100644 --- a/bruno/sync-kobo/api.bru +++ b/bruno/sync-kobo/api.bru @@ -1,5 +1,5 @@ meta { - name: "Bookmann Kobo Sync API" + name: "Bookhoard Kobo Sync API" type: "collection" environment: { development: { diff --git a/bruno/sync-koreader/api.bru b/bruno/sync-koreader/api.bru index 62c8c59..306dd8b 100644 --- a/bruno/sync-koreader/api.bru +++ b/bruno/sync-koreader/api.bru @@ -1,5 +1,5 @@ meta { - name: "Bookmann KOReader Sync API" + name: "Bookhoard KOReader Sync API" type: "collection" environment: { development: {