LeagueWrap\Client::baseUrl PHP Method

baseUrl() public method

Sets the base url to be used for future requests.
public baseUrl ( string $url ) : void
$url string
return void
    public function baseUrl($url)
    {
        $this->guzzle = $this->buildGuzzle($url);
    }