Exemple #1
0
 /**
  * Gets the list of available assets
  *
  * @return response
  * @throws \Exception
  */
 public function getAssetList()
 {
     $params = array();
     try {
         return $this->client->sendRequest('assets', $params, 'GET');
     } catch (\Exception $ex) {
         throw $ex;
     }
 }