Skip to content

@untidy/mobygames@1.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Mar 03:43
· 11 commits to main since this release
12d086f

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.'
    }