GDS\Gateway\RESTv1::__construct PHP Method

__construct() public method

Create the auth middleware and set up the HTTP Client
public __construct ( $str_project_id, null $str_namespace = null )
$str_project_id
$str_namespace null
    public function __construct($str_project_id, $str_namespace = null)
    {
        $this->str_dataset_id = $str_project_id;
        $this->str_namespace = $str_namespace;
    }