1 | <?php |
||
10 | class BarenoteClient |
||
11 | { |
||
12 | /** |
||
13 | * @var Transport |
||
14 | */ |
||
15 | private $transport; |
||
16 | private $endpoints = []; |
||
17 | |||
18 | /** |
||
19 | * BarenoteClient constructor. |
||
20 | */ |
||
21 | public function __construct() |
||
28 | |||
29 | public function authenticate(string $username, string $password) |
||
34 | |||
35 | /** |
||
36 | * @return Authentication |
||
37 | */ |
||
38 | public function getAuthenticationEndpoint() |
||
42 | } |