示例#1
0
 /**
  * Perform the client delete() method.
  *
  * @param string $path
  *
  * @return array
  */
 protected function delete($path)
 {
     return $this->client->delete($path);
 }
 /**
  * {@inheritdoc}
  */
 protected function delete($path, $data = null)
 {
     return $this->client->delete($path, $data);
 }