Some tests for various API endpoints.
[wolnelektury.git] / src / api / tests / res / responses / newest.json
1 [
2     {
3         "kind": "Liryka", 
4         "full_sort_key": "john doe$parent$1", 
5         "cover_color": "#a6820a", 
6         "author": "John Doe", 
7         "url": "https://example.com/katalog/lektura/parent/", 
8         "has_audio": false, 
9         "cover": "cover/parent.jpg", 
10         "epoch": "Barok", 
11         "href": "https://example.com/api/books/parent/", 
12         "genre": "Sonet", 
13         "simple_thumb": "https://example.com/media/cover/parent_cover_api_thumb.jpg", 
14         "slug": "parent", 
15         "cover_thumb": "https://example.com/media/cover/parent.jpg-139x193"
16     }
17 ]