1733ba171bd52ec3677df8decbd7f6c22af64d59
[wolnelektury.git] / src / api / tests / res / responses / fragments.json
1 [
2     {
3         "url": "https://example.com/katalog/lektura/child.html#man-anchor", 
4         "book": {
5             "kind": "", 
6             "full_sort_key": "$child$2", 
7             "author": "", 
8             "url": "https://example.com/katalog/lektura/child/", 
9             "cover_color": "#000000", 
10             "title": "Child", 
11             "cover": "", 
12             "liked": null, 
13             "slug": "child", 
14             "epoch": "", 
15             "href": "https://example.com/api/books/child/", 
16             "genre": "Wiersz", 
17             "simple_thumb": "", 
18             "has_audio": false, 
19             "cover_thumb": ""
20         }, 
21         "anchor": "an-anchor", 
22         "href": "https://example.com/api/books/child/fragments/an-anchor/"
23     }
24 ]