Skip to content

Releases: falsepopsky/mobygames

@untidy/mobygames@1.1.0

02 Jun 22:55
fcdc441

Choose a tag to compare

Minor Changes

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

@untidy/mobygames@1.0.1

23 Mar 03:43
12d086f

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/mobygames@1.0.0

22 Mar 06:39
e865c3d

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