Skip to content

Release 1.2.0

Choose a tag to compare

@iamarkdev iamarkdev released this 08 Nov 00:50

This release introduces breaking changes. You must update your SDKs to version 1.2.0.

  • Game authentication through GET /games has been changed to GET /games/auth.
  • Player authentication through GET /players has been changed to GET /players/auth.
  • Adds support for getting a game by id through GET /games/:gameId, or the getGame SDK method.
  • Adds support for getting all players of a game through GET /players or the getPlayers SDK method.
  • Adds support for getting a player by id through GET /players/:playerId or the getPlayer SDK method.

Learn more at https://trymetafab.com/