Yandex\Market\Partner\PartnerClient::getServiceUrl PHP Method

getServiceUrl() public method

Get url to service resource with parameters
See also: http://api.yandex.ru/market/partner/doc/dg/concepts/method-call.xml
public getServiceUrl ( string $resource = '' ) : string
$resource string
return string
    public function getServiceUrl($resource = '')
    {
        return $this->serviceScheme . '://' . $this->serviceDomain . '/' . $this->version . '/' . $resource;
    }