Yandex\Market\Partner\PartnerClient::getServiceUrl PHP 메소드

getServiceUrl() 공개 메소드

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