1 | <?php |
||
10 | class CharactersResource extends AbstractResource |
||
11 | { |
||
12 | /** |
||
13 | * @param string $name |
||
14 | * @return CharacterResponse |
||
15 | * @throws \GuzzleHttp\Exception\GuzzleException |
||
16 | * @throws \Igorsgm\TibiaDataApi\Exceptions\NotFoundException |
||
17 | * @throws \Igorsgm\TibiaDataApi\Exceptions\ImmutableException |
||
18 | */ |
||
19 | public function get(string $name): CharacterResponse |
||
25 | } |
||
26 |