feat(library): game spec — steam + rawg

This commit is contained in:
afiqzudinhadi 2026-08-03 16:02:56 +08:00
parent 0c8f897e46
commit cdc653e6e4
5 changed files with 830 additions and 0 deletions

21
tests/fixtures/steam-appdetails.json vendored Normal file
View file

@ -0,0 +1,21 @@
{
"792100": {
"success": true,
"data": {
"type": "game",
"name": "7 Billion Humans",
"steam_appid": 792100,
"developers": ["Tomorrow Corporation"],
"publishers": ["Tomorrow Corporation"],
"genres": [
{ "id": "4", "description": "Casual" },
{ "id": "23", "description": "Indie" },
{ "id": "2", "description": "Strategy" }
],
"release_date": { "coming_soon": false, "date": "2 Mar, 2018" },
"metacritic": { "score": 79, "url": "https://www.metacritic.com/game/pc/7-billion-humans" },
"header_image": "https://cdn.akamai.steamstatic.com/steam/apps/792100/header.jpg",
"short_description": "From the creators of Human Resource Machine! Program a workforce of dumb humans to do your bidding in this fiendish puzzle game."
}
}
}