Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 293 Bytes

Game.md

File metadata and controls

10 lines (9 loc) · 293 Bytes

Game extends ResourceHandler

Consults the League of Legends API to more information.

API

get(Integer id) JsonHandler

Return information about a given id game.

$resource = (new Game())->get(1234);