Scalr\Tests\Functional\Api\Service\User\V1beta0\Controller\ProjectsTest::getProject PHP Method

getProject() public method

Get Project using identifier
public getProject ( string $projectId ) : Scalr\Tests\Functional\Api\ApiTestResponse
$projectId string project identifier
return Scalr\Tests\Functional\Api\ApiTestResponse
    public function getProject($projectId)
    {
        $uri = self::getUserApiUrl("/projects/{$projectId}");
        return $this->request($uri, Request::METHOD_GET);
    }