Adds cursory openlibrary connector tests
This commit is contained in:
parent
54c553312f
commit
470c5d4acb
5 changed files with 344 additions and 1 deletions
83
fedireads/tests/data/ol_edition.json
Normal file
83
fedireads/tests/data/ol_edition.json
Normal file
|
@ -0,0 +1,83 @@
|
|||
{
|
||||
"identifiers": {
|
||||
"librarything": [
|
||||
"10014"
|
||||
],
|
||||
"goodreads": [
|
||||
"535197",
|
||||
"1102517",
|
||||
"518848"
|
||||
]
|
||||
},
|
||||
"lc_classifications": [
|
||||
"PZ7.N647 Sab 1995"
|
||||
],
|
||||
"latest_revision": 7,
|
||||
"ocaid": "sabriel00nixg",
|
||||
"ia_box_id": [
|
||||
"IA107202"
|
||||
],
|
||||
"edition_name": "1st American ed.",
|
||||
"title": "Sabriel",
|
||||
"languages": [
|
||||
{
|
||||
"key": "/languages/eng"
|
||||
}
|
||||
],
|
||||
"subjects": [
|
||||
"Fantasy."
|
||||
],
|
||||
"publish_country": "nyu",
|
||||
"by_statement": "Garth Nix.",
|
||||
"type": {
|
||||
"key": "/type/edition"
|
||||
},
|
||||
"revision": 7,
|
||||
"publishers": [
|
||||
"Harper Trophy"
|
||||
],
|
||||
"description": {
|
||||
"type": "/type/text",
|
||||
"value": "Sabriel, daughter of the necromancer Abhorsen, must journey into the mysterious and magical Old Kingdom to rescue her father from the Land of the Dead."
|
||||
},
|
||||
"last_modified": {
|
||||
"type": "/type/datetime",
|
||||
"value": "2017-10-08T21:20:07.665236"
|
||||
},
|
||||
"key": "/books/OL22951843M",
|
||||
"authors": [
|
||||
{
|
||||
"key": "/authors/OL382982A"
|
||||
}
|
||||
],
|
||||
"publish_places": [
|
||||
"New York"
|
||||
],
|
||||
"pagination": "491 p. :",
|
||||
"created": {
|
||||
"type": "/type/datetime",
|
||||
"value": "2009-02-12T16:29:58.929717"
|
||||
},
|
||||
"dewey_decimal_class": [
|
||||
"[Fic]"
|
||||
],
|
||||
"notes": {
|
||||
"type": "/type/text",
|
||||
"value": "Originally published: Australia : HarperCollins, 1995."
|
||||
},
|
||||
"number_of_pages": 491,
|
||||
"lccn": [
|
||||
"96001295"
|
||||
],
|
||||
"isbn_10": [
|
||||
"0060273224",
|
||||
"0060273232",
|
||||
"0064471837"
|
||||
],
|
||||
"publish_date": "1996",
|
||||
"works": [
|
||||
{
|
||||
"key": "/works/OL15832982W"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue