More API testing.
[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": "https://example.com/katalog/lektura/child/", 
8         "has_audio": false, 
9         "title": "Child", 
10         "cover": "", 
11         "epoch": "", 
12         "href": "https://example.com/api/books/child/", 
13         "key": "book$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": "https://example.com/katalog/lektura/grandchild/", 
25         "has_audio": false, 
26         "title": "Grandchild", 
27         "cover": "", 
28         "epoch": "", 
29         "href": "https://example.com/api/books/grandchild/", 
30         "key": "book$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": "https://example.com/katalog/lektura/parent/", 
42         "has_audio": true, 
43         "title": "Parent", 
44         "cover": "cover/parent.jpg", 
45         "epoch": "Barok", 
46         "href": "https://example.com/api/books/parent/", 
47         "key": "book$parent", 
48         "genre": "Sonet", 
49         "simple_thumb": "https://example.com/media/cover_api_thumb/parent.jpg", 
50         "slug": "parent", 
51         "cover_thumb": "https://example.com/media/cover/parent.jpg-139x193"
52     }
53 ]