Skip to content

Releases: falsepopsky/mobygames

@untidy/[email protected]

02 Jun 22:55
fcdc441
Compare
Choose a tag to compare

Minor Changes

  • 5f7d22f: feat: add support for new node.js version

@untidy/[email protected]

23 Mar 03:43
12d086f
Compare
Choose a tag to compare

Patch Changes

  • aab8656: fix: The endpoint /v1/games/:game_id only supports the format brief, normal and full. 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]

22 Mar 06:39
e865c3d
Compare
Choose a tag to compare

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