feat(library): comic spec — comic vine + issue flip
This commit is contained in:
parent
cdc653e6e4
commit
d2a6940270
4 changed files with 769 additions and 0 deletions
18
tests/fixtures/comicvine-volume.json
vendored
Normal file
18
tests/fixtures/comicvine-volume.json
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"results": {
|
||||
"id": 195824,
|
||||
"name": "Absolute Batman",
|
||||
"publisher": { "id": 10, "name": "DC Comics" },
|
||||
"count_of_issues": 10,
|
||||
"last_issue": { "issue_number": "10", "name": "Zoo Year, Part Ten" },
|
||||
"start_year": "2024",
|
||||
"image": { "original_url": "https://comicvine.gamespot.com/a/uploads/original/11/absolute-batman.jpg" },
|
||||
"description": "<p>Batman faces a terrifying new criminal underworld as Gotham City's elite turn against him in this bold reimagining.</p><p>Written by Scott Snyder with art by Nick Dragotta, the series reinvents Bruce Wayne's origin from the ground up.</p><p>This paragraph exists only to verify the two-paragraph cap trims it from the rendered synopsis.</p>",
|
||||
"site_detail_url": "https://comicvine.gamespot.com/absolute-batman/4050-195824/",
|
||||
"people": [
|
||||
{ "id": 1, "name": "Scott Snyder" },
|
||||
{ "id": 2, "name": "Nick Dragotta" }
|
||||
],
|
||||
"date_last_updated": "2026-07-20 10:00:00"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue