Open
Description
Someone with privilges could add following code:
//Returns the challenger ladder.
public function getChallenger() {
$call = 'league/challenger?type=RANKED_SOLO_5x5';
//add API URL to the call
$call = self::API_URL_2_5 . $call;
return $this->request($call, true);
}
//Returns the master ladder.
public function getMaster() {
$call = 'league/master?type=RANKED_SOLO_5x5';
//add API URL to the call
$call = self::API_URL_2_5 . $call;
return $this->request($call, true);
}
the challenger ladder already exists, but the master ladder was not impl.
Metadata
Metadata
Assignees
Labels
No labels