@@ -19,6 +19,10 @@ |
||
| 19 | 19 | $this->doRequest('/api/entity/my-entity/search', 'GET', []); |
| 20 | 20 | } |
| 21 | 21 | |
| 22 | + /** |
|
| 23 | + * @param string $path |
|
| 24 | + * @param string $method |
|
| 25 | + */ |
|
| 22 | 26 | private function doRequest($path, $method, array $args = []) |
| 23 | 27 | { |
| 24 | 28 | $client = self::createClient(); |