test(api): add Bruno tests for sync-kobo and OPDS features

Sync-Kobo:
- Auto link books endpoint tests
- Bulk link books endpoint tests
- Get unlinked book suggestions endpoint tests

OPDS:
- Download book with on-the-fly KEPUB conversion tests

All tests cover no user, user, and admin contexts
This commit is contained in:
2026-02-01 12:16:19 -05:00
parent 2df5ca3325
commit 2521a8c966
4 changed files with 109 additions and 0 deletions
@@ -0,0 +1,16 @@
{
"meta": {
"name": "Get Unlinked Book Suggestions",
"type": "http"
},
"req": {
"url": "{{baseUrl}}/sync/unlinked-books/{{unlinkedBookId}}/suggestions",
"method": "GET",
"header": [
{
"key": "Authorization",
"value": "Bearer {{authToken}}"
}
]
}
}