| Total Complexity | 2 |
| Total Lines | 9 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 20 | class Curl implements RestClientImplementorInterface, RestClientInterface |
||
| 21 | { |
||
| 22 | public function request($verb, $endpoint, array $headers = [], array $params) |
||
| 23 | { |
||
| 24 | // TODO: Implement request() method. |
||
| 25 | } |
||
| 26 | |||
| 27 | public function requestAsync($verb, $endpoint, array $headers = [], array $params) |
||
| 29 | // TODO: Implement requestAsync() method. |
||
| 30 | } |
||
| 32 |