Total Complexity | 2 |
Total Lines | 17 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
5 | class Avatars |
||
6 | { |
||
7 | |||
8 | /** |
||
9 | * @param string $avatarId |
||
10 | * @param bool[optional] $thumbnail |
||
11 | * |
||
12 | * @return string image link for each avatar |
||
13 | * @throws ClientException if status code <> 200 |
||
14 | * @throws Exception if response body equals null |
||
15 | */ |
||
16 | public function find(string $avatarId, bool $thumbnail = false) |
||
24 |