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