Esempio n. 1
0
 /**
  * Initialize the server resources directory.
  */
 private function initializeDirectory()
 {
     $this->directory = new ResourcesDirectory($this->httpClient->unsignedRequest('GET', $this->directoryUrl, null, true));
 }