@@ -192,6 +192,10 @@ |
||
| 192 | 192 | return new HTTPClient(array('base_url' => $this->baseEndpoint)); |
| 193 | 193 | } |
| 194 | 194 | |
| 195 | + /** |
|
| 196 | + * @param string $method |
|
| 197 | + * @param string $pathFormat |
|
| 198 | + */ |
|
| 195 | 199 | public function performRequest($method, $pathFormat, $variables = []) |
| 196 | 200 | { |
| 197 | 201 | $request = $this->buildRequest($method, $pathFormat, $variables); |