Total Complexity | 1 |
Total Lines | 17 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
5 | class InvoicesRequest extends AbstractRequest |
||
6 | { |
||
7 | |||
8 | /** |
||
9 | * Get all invoices. |
||
10 | * |
||
11 | * @see https://timechimp.docs.apiary.io/#reference/invoices/v1invoices/get-all-invoices |
||
12 | * |
||
13 | * @return \Psr\Http\Message\ResponseInterface |
||
14 | * @throws \Guapa\TimeChimp\Exceptions\ClientException |
||
15 | * @throws \Guapa\TimeChimp\Exceptions\NotFoundException |
||
16 | * @throws \Guapa\TimeChimp\Exceptions\UnauthorizedException |
||
17 | * @throws \GuzzleHttp\Exception\GuzzleException |
||
18 | */ |
||
19 | public function getAll(): \Psr\Http\Message\ResponseInterface |
||
24 |