JiraRestApi\JiraClient::createUrlByContext PHP 메소드

createUrlByContext() 보호된 메소드

Get URL by context.
protected createUrlByContext ( string $context ) : string
$context string
리턴 string
    protected function createUrlByContext($context)
    {
        $host = $this->getConfiguration()->getJiraHost();
        return $host . $this->api_uri . '/' . preg_replace('/\\//', '', $context, 1);
    }