- 5f7d22f: feat: add support for new node.js version
-
aab8656: fix: The endpoint
/v1/games/:game_id
only supports the formatbrief
,normal
andfull
. Notid
.Response from the endpoint:
{ code: 13, error: 'Invalid format', message: 'Output format must be one of brief, normal, or full.' }
-
b21d293: This package provides access to the MobyGames API, allowing you to retrieve game data through various endpoints with optional query parameters.
/games
/games/:game_id
/games/:game_id/platforms
/games/:game_id/platforms/:platform_id
/games/:game_id/platforms/:platform_id/screenshots
/games/:game_id/platforms/:platform_id/covers
/games/random
/games/recent
/genres
/groups
/platforms