Preserve the weirdness of the API.
[wolnelektury.git] / src / api / tests / res / responses / books.json
1 [
2     {
3         "kind": "", 
4         "full_sort_key": "$child$2", 
5         "cover_color": "#000000", 
6         "author": "", 
7         "url": "http://testserver/katalog/lektura/child/",
8         "has_audio": false, 
9         "title": "Child", 
10         "cover": "", 
11         "liked": null,
12         "epoch": "", 
13         "href": "http://testserver/api/books/child/",
14         "genre": "Wiersz", 
15         "simple_thumb": "", 
16         "slug": "child", 
17         "cover_thumb": ""
18     }, 
19     {
20         "kind": "", 
21         "full_sort_key": "$grandchild$3", 
22         "cover_color": "#000000", 
23         "author": "", 
24         "url": "http://testserver/katalog/lektura/grandchild/",
25         "has_audio": false, 
26         "title": "Grandchild", 
27         "cover": "", 
28         "liked": null,
29         "epoch": "", 
30         "href": "http://testserver/api/books/grandchild/",
31         "genre": "Sonet", 
32         "simple_thumb": "", 
33         "slug": "grandchild", 
34         "cover_thumb": ""
35     }, 
36     {
37         "kind": "Liryka", 
38         "full_sort_key": "john doe$parent$1", 
39         "cover_color": "#a6820a", 
40         "author": "John Doe", 
41         "url": "http://testserver/katalog/lektura/parent/",
42         "has_audio": true, 
43         "title": "Parent", 
44         "cover": "cover/parent.jpg", 
45         "liked": null,
46         "epoch": "Barok", 
47         "href": "http://testserver/api/books/parent/",
48         "genre": "Sonet", 
49         "simple_thumb": "http://testserver/media/cover_api_thumb/parent.jpg",
50         "slug": "parent", 
51         "cover_thumb": "cover_thumb/parent.jpg"
52     }
53 ]