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
17 lines
308 B
Plaintext
17 lines
308 B
Plaintext
{
|
|
"meta": {
|
|
"name": "Get Unlinked Book Suggestions",
|
|
"type": "http"
|
|
},
|
|
"req": {
|
|
"url": "{{baseUrl}}/sync/unlinked-books/{{unlinkedBookId}}/suggestions",
|
|
"method": "GET",
|
|
"header": [
|
|
{
|
|
"key": "Authorization",
|
|
"value": "Bearer {{authToken}}"
|
|
}
|
|
]
|
|
}
|
|
}
|