Adds cursory openlibrary connector tests
This commit is contained in:
parent
54c553312f
commit
470c5d4acb
5 changed files with 344 additions and 1 deletions
132
fedireads/tests/data/ol_search.json
Normal file
132
fedireads/tests/data/ol_search.json
Normal file
|
@ -0,0 +1,132 @@
|
|||
{
|
||||
"start": 0,
|
||||
"num_found": 2,
|
||||
"numFound": 2,
|
||||
"docs": [
|
||||
{
|
||||
"title_suggest": "This Is How You Lose the Time War",
|
||||
"edition_key": [
|
||||
"OL27901088M"
|
||||
],
|
||||
"isbn": [
|
||||
"9781534431003",
|
||||
"1534431004"
|
||||
],
|
||||
"has_fulltext": false,
|
||||
"text": [
|
||||
"OL27901088M",
|
||||
"9781534431003",
|
||||
"1534431004",
|
||||
"Amal El-Mohtar",
|
||||
"Max Gladstone",
|
||||
"OL7313207A",
|
||||
"OL7129451A",
|
||||
"epistolary",
|
||||
"science fiction",
|
||||
"time-traveling",
|
||||
"LGBT",
|
||||
"This Is How You Lose the Time War",
|
||||
"/works/OL20639540W",
|
||||
"Simon and Schuster",
|
||||
"Atlantis",
|
||||
"London",
|
||||
"The whole of time and space"
|
||||
],
|
||||
"author_name": [
|
||||
"Amal El-Mohtar",
|
||||
"Max Gladstone"
|
||||
],
|
||||
"seed": [
|
||||
"/books/OL27901088M",
|
||||
"/works/OL20639540W",
|
||||
"/subjects/science_fiction",
|
||||
"/subjects/time-traveling",
|
||||
"/subjects/epistolary",
|
||||
"/subjects/lgbt",
|
||||
"/subjects/place:london",
|
||||
"/subjects/place:atlantis",
|
||||
"/subjects/time:the_whole_of_time_and_space",
|
||||
"/authors/OL7313207A",
|
||||
"/authors/OL7129451A"
|
||||
],
|
||||
"author_key": [
|
||||
"OL7313207A",
|
||||
"OL7129451A"
|
||||
],
|
||||
"availability": {
|
||||
"status": "error"
|
||||
},
|
||||
"subject": [
|
||||
"epistolary",
|
||||
"science fiction",
|
||||
"time-traveling",
|
||||
"LGBT"
|
||||
],
|
||||
"title": "This Is How You Lose the Time War",
|
||||
"publish_date": [
|
||||
"July 16, 2019"
|
||||
],
|
||||
"type": "work",
|
||||
"ebook_count_i": 0,
|
||||
"publish_place": [
|
||||
"New York, USA"
|
||||
],
|
||||
"edition_count": 1,
|
||||
"key": "/works/OL20639540W",
|
||||
"publisher": [
|
||||
"Simon and Schuster"
|
||||
],
|
||||
"language": [
|
||||
"eng"
|
||||
],
|
||||
"last_modified_i": 1579909341,
|
||||
"cover_edition_key": "OL27901088M",
|
||||
"publish_year": [
|
||||
2019
|
||||
],
|
||||
"first_publish_year": 2019,
|
||||
"place": [
|
||||
"Atlantis",
|
||||
"London"
|
||||
],
|
||||
"time": [
|
||||
"The whole of time and space"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title_suggest": "This is How You Lose the Time War",
|
||||
"cover_i": 8665647,
|
||||
"has_fulltext": false,
|
||||
"title": "This is How You Lose the Time War",
|
||||
"last_modified_i": 1561998020,
|
||||
"edition_count": 0,
|
||||
"author_name": [
|
||||
"Amal El-Mohtar",
|
||||
"Max Gladstone"
|
||||
],
|
||||
"seed": [
|
||||
"/works/OL19859295W",
|
||||
"/authors/OL7313207A",
|
||||
"/authors/OL7129451A"
|
||||
],
|
||||
"key": "/works/OL19859295W",
|
||||
"text": [
|
||||
"Amal El-Mohtar",
|
||||
"Max Gladstone",
|
||||
"OL7313207A",
|
||||
"OL7129451A",
|
||||
"This is How You Lose the Time War",
|
||||
"/works/OL19859295W"
|
||||
],
|
||||
"author_key": [
|
||||
"OL7313207A",
|
||||
"OL7129451A"
|
||||
],
|
||||
"type": "work",
|
||||
"availability": {
|
||||
"status": "error"
|
||||
},
|
||||
"ebook_count_i": 0
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue