Total Complexity | 2 |
Total Lines | 18 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
10 | final class BookwhenApi |
||
11 | { |
||
12 | /** |
||
13 | * Creates a new Bookwhen Client with the given API token. |
||
14 | */ |
||
15 | 9 | public static function client(string $apiKey): Client |
|
20 | } |
||
21 | |||
22 | /** |
||
23 | * Creates a new factory instance to configure a custom Bookwhen Client |
||
24 | */ |
||
25 | 20 | public static function factory(): Factory |
|
31 |