You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//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.
The text was updated successfully, but these errors were encountered:
On Fri, Dec 9, 2016 at 7:16 AM, toalt ***@***.***> wrote:
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.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#60>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/ABJcgj2EHlmfLj6nA1ZAYA-NaR1XgeRJks5rGUaUgaJpZM4LI4Vf>
.
Someone with privilges could add following code:
the challenger ladder already exists, but the master ladder was not impl.
The text was updated successfully, but these errors were encountered: