Beispiel #1
0
 /**
  * Accessor for the last request issued to the API. For debugging purposes.
  *
  * @return string
  */
 public function getLastRequest()
 {
     return $this->api->getRequest();
 }