Instagram\API\Request\InfoUserRequest::getEndpoint PHP Méthode

getEndpoint() public méthode

public getEndpoint ( )
    public function getEndpoint()
    {
        return sprintf("/v1/users/%s/info/", $this->userId);
    }