70084ef6c9b28db70326a646991864fd7a7869b3
[wolnelektury.git] / src / api / tests / res / responses / ebooks.json
1 [
2     {
3         "fb2": "", 
4         "mobi": "", 
5         "author": "", 
6         "cover": "", 
7         "href": "https://example.com/api/books/child/", 
8         "pdf": "", 
9         "txt": "", 
10         "slug": "child", 
11         "epub": ""
12     }, 
13     {
14         "fb2": "https://example.com/media/fb2/grandchild.fb2", 
15         "mobi": "", 
16         "author": "", 
17         "cover": "", 
18         "href": "https://example.com/api/books/grandchild/", 
19         "pdf": "", 
20         "txt": "https://example.com/media/txt/grandchild.txt", 
21         "slug": "grandchild", 
22         "epub": ""
23     }, 
24     {
25         "fb2": "", 
26         "mobi": "https://example.com/media/mobi/parent.mobi", 
27         "author": "John Doe", 
28         "cover": "cover/parent.jpg", 
29         "href": "https://example.com/api/books/parent/", 
30         "pdf": "https://example.com/media/pdf/parent.pdf", 
31         "txt": "", 
32         "slug": "parent", 
33         "epub": "https://example.com/media/epub/parent.epub"
34     }
35 ]