More API testing.
[wolnelektury.git] / src / api / tests / res / responses / fragment.json
1 {
2     "url": "https://example.com/katalog/lektura/child.html#man-anchor", 
3     "text": "A fragment", 
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     "themes": [
23         {
24             "url": "https://example.com/katalog/motyw/koniec/", 
25             "href": "https://example.com/api/themes/koniec/", 
26             "name": "Koniec", 
27             "slug": "koniec"
28         }
29     ]
30 }