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