Total Complexity | 2 |
Total Lines | 24 |
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 $usagePlanId |
||
19 | * |
||
20 | * @return array|\Freyo\ApiGateway\Kernel\Support\Collection|object|\Psr\Http\Message\ResponseInterface|string |
||
21 | * @throws \Freyo\ApiGateway\Kernel\Exceptions\InvalidConfigException |
||
22 | */ |
||
23 | public function get($usagePlanId) |
||
31 | } |
||
32 | } |