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