X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/96390ae52c2017ae4fb9a61831beeb68c808a2f6..39b99a8a8920dca527eb823b860303103389fd91:/src/api/tests/res/responses/collection.json diff --git a/src/api/tests/res/responses/collection.json b/src/api/tests/res/responses/collection.json new file mode 100644 index 000000000..866abedbd --- /dev/null +++ b/src/api/tests/res/responses/collection.json @@ -0,0 +1,24 @@ +{ + "url": "https://example.com/katalog/lektury/a-collection/", + "books": [ + { + "kind": "Liryka", + "full_sort_key": "john doe$parent$1", + "author": "John Doe", + "url": "https://example.com/katalog/lektura/parent/", + "cover_color": "#a6820a", + "title": "Parent", + "cover": "https://example.com/media/cover/parent.jpg", + "liked": null, + "slug": "parent", + "epoch": "Barok", + "href": "https://example.com/api/books/parent/", + "genre": "Sonet", + "simple_thumb": "https://example.com/media/cover_api_thumb/parent.jpg", + "has_audio": true, + "cover_thumb": "https://example.com/media/cover/parent.jpg-139x193" + } + ], + "description": "Description", + "title": "A Collection" +}