Total Complexity | 1 |
Total Lines | 16 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
10 | final class User extends \Promopult\TikTokMarketingApi\AbstractService |
||
11 | { |
||
12 | /** |
||
13 | * Getting user information |
||
14 | * |
||
15 | * @return array |
||
16 | * |
||
17 | * @throws \Psr\Http\Client\ClientExceptionInterface |
||
18 | * |
||
19 | * @see https://ads.tiktok.com/marketing_api/docs?id=100680 |
||
20 | */ |
||
21 | public function info(): array |
||
29 |