SevenShores\Hubspot\Tests\Helpers\SendsRequests::buildUrl PHP Method

buildUrl() protected method

protected buildUrl ( $endpoint, $query_string = null )
    protected function buildUrl($endpoint, $query_string = null)
    {
        return $this->base_url . $endpoint . $this->auth . $query_string;
    }