Releases: falsepopsky/mobygames
Releases · falsepopsky/mobygames
@untidy/[email protected]
Minor Changes
- 5f7d22f: feat: add support for new node.js version
@untidy/[email protected]
Patch Changes
-
aab8656: fix: The endpoint
/v1/games/:game_id
only supports the formatbrief
,normal
andfull
. Not
id
.Response from the endpoint:
{ code: 13, error: 'Invalid format', message: 'Output format must be one of brief, normal, or full.' }
@untidy/[email protected]
Major Changes
-
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