feat(library): book spec — open library

This commit is contained in:
afiqzudinhadi 2026-08-03 15:44:48 +08:00
parent abc3489d27
commit 1c90ae9abc
4 changed files with 571 additions and 0 deletions

30
tests/fixtures/openlibrary-search.json vendored Normal file
View file

@ -0,0 +1,30 @@
{
"numFound": 1,
"start": 0,
"docs": [
{
"key": "/works/OL1168083W",
"title": "1984",
"author_name": ["George Orwell"],
"first_publish_year": 1949,
"number_of_pages_median": 328,
"subject": [
"Dystopian fiction",
"Science fiction",
"Politics",
"Totalitarianism",
"Fiction",
"Classic literature",
"Government, resistance to",
"Surveillance",
"Censorship",
"Propaganda",
"Big Brother (Fictitious character)",
"Thought control",
"Newspeak (Fictitious language)",
"Ministry of Truth (Fictitious organization)"
],
"cover_i": 12919016
}
]
}