We have detected an error in your notification set-up
(Event-ID dab39dc24f564ec7bd4628d1305fd03c).
Currently, we cannot inform you about inspection progress.
Please check that the user
557058:bca11929-8c2d-43f2-8a82-c5416880d395
still has access to your repository or
update the API account.
1 | <?php |
||
21 | class User extends Api |
||
22 | { |
||
23 | /** |
||
24 | * Get user profile |
||
25 | * |
||
26 | * @access public |
||
27 | * @return ResponseInterface |
||
28 | * |
||
29 | * @throws \InvalidArgumentException |
||
30 | */ |
||
31 | 1 | public function get() |
|
35 | |||
36 | /** |
||
37 | * Retrieves the email for an authenticated user. |
||
38 | * |
||
39 | * @access public |
||
40 | * @return ResponseInterface |
||
41 | * |
||
42 | * @throws \InvalidArgumentException |
||
43 | */ |
||
44 | public function emails() |
||
48 | |||
49 | /** |
||
50 | * @return User\Permissions |
||
51 | * @throws \InvalidArgumentException |
||
52 | */ |
||
53 | public function permissions() |
||
57 | } |
||
58 |