Remove legacy search.
[wolnelektury.git] / src / api / tests / res / responses / collection.json
1 {
2     "url": "http://testserver/katalog/lektury/a-collection/",
3     "authors": [],
4     "books": [
5         {
6             "kind": "Liryka", 
7             "full_sort_key": "john doe$parent$1", 
8             "author": "John Doe", 
9             "url": "http://testserver/katalog/lektura/parent/",
10             "cover_color": "#a6820a", 
11             "title": "Parent", 
12             "cover": "http://testserver/media/cover/parent.jpg",
13             "liked": null, 
14             "slug": "parent", 
15             "epoch": "Barok", 
16             "href": "http://testserver/api/books/parent/",
17             "genre": "Sonet", 
18             "simple_thumb": "http://testserver/media/cover_api_thumb/parent.jpg",
19             "has_audio": true, 
20             "cover_thumb": "http://testserver/media/cover/parent.jpg-139x193"
21         }
22     ], 
23     "description": "Description", 
24     "title": "A Collection"
25 }