Total Complexity | 2 |
Total Lines | 26 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
7 | class Client extends TencentCloudClient |
||
8 | { |
||
9 | /** |
||
10 | * @return string |
||
11 | */ |
||
12 | protected function getBaseUri() |
||
15 | } |
||
16 | |||
17 | /** |
||
18 | * @param $apiId |
||
19 | * @param $serviceId |
||
20 | * |
||
21 | * @return array|\Freyo\ApiGateway\Kernel\Support\Collection|object|\Psr\Http\Message\ResponseInterface|string |
||
22 | * @throws \Freyo\ApiGateway\Kernel\Exceptions\InvalidConfigException |
||
23 | */ |
||
24 | public function get($apiId, $serviceId) |
||
33 | } |
||
34 | } |