Skip to content

🏆 Implement all Tournament v4 and Tournament Stub v4 endpoints

Compare
Choose a tag to compare
@simivar simivar released this 27 Oct 21:43
· 15 commits to main since this release
c91467a

Added

  • Riot\API\Version4\Tournament class
  • Riot\API\Version4\TournamentStub class
  • Riot\Collection\LobbyEventDTOCollection class
  • Riot\DTO\LobbyEventDTO class
  • Riot\DTO\LobbyEventDTOWrapperDTO class
  • Riot\DTO\TournamentCodeDTO class
  • Riot\Enum\MapTypeEnum class
  • Riot\Enum\PickTypeEnum class
  • Riot\Enum\SpectatorTypeEnum class
  • Riot\Enum\TournamentRegionEnum class
  • Riot\Connection::post() method
  • Riot\Connection::put() method

Changed

  • Riot\Connection::__construct() has now 4th required parameter StreamFactoryInterface $streamFactory which is used to add body to PUT and POST requests