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 |
||
| 8 | class Permissions extends Api |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * Get the list of the user's team permissions |
||
| 12 | * |
||
| 13 | * @return ResponseInterface |
||
| 14 | */ |
||
| 15 | public function teams() |
||
| 19 | |||
| 20 | /** |
||
| 21 | * Get the list of the user's repository permissions |
||
| 22 | * |
||
| 23 | * @return ResponseInterface |
||
| 24 | */ |
||
| 25 | public function repositories() |
||
| 29 | } |
||
| 30 |