All views migrated from Piston, except for OAuth.
[wolnelektury.git] / src / api / tests / res / responses / filter-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         "key": "book$child", 
15         "genre": "Wiersz", 
16         "simple_thumb": "", 
17         "slug": "child", 
18         "cover_thumb": ""
19     }, 
20     {
21         "kind": "", 
22         "full_sort_key": "$grandchild$3", 
23         "cover_color": "#000000", 
24         "author": "", 
25         "url": "http://testserver/katalog/lektura/grandchild/",
26         "has_audio": false, 
27         "title": "Grandchild", 
28         "cover": "",
29         "liked": null,
30         "epoch": "", 
31         "href": "http://testserver/api/books/grandchild/",
32         "key": "book$grandchild", 
33         "genre": "Sonet", 
34         "simple_thumb": "", 
35         "slug": "grandchild", 
36         "cover_thumb": ""
37     }, 
38     {
39         "kind": "Liryka", 
40         "full_sort_key": "john doe$parent$1", 
41         "cover_color": "#a6820a", 
42         "author": "John Doe", 
43         "url": "http://testserver/katalog/lektura/parent/",
44         "has_audio": true, 
45         "title": "Parent", 
46         "cover": "cover/parent.jpg",
47         "liked": null,
48         "epoch": "Barok", 
49         "href": "http://testserver/api/books/parent/",
50         "key": "book$parent", 
51         "genre": "Sonet", 
52         "simple_thumb": "http://testserver/media/cover_api_thumb/parent.jpg",
53         "slug": "parent", 
54         "cover_thumb": "cover_thumb/parent.jpg"
55     }
56 ]