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