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 |
||
| 23 | class Account extends Api |
||
| 24 | { |
||
| 25 | /** |
||
| 26 | * Get the account profile |
||
| 27 | * |
||
| 28 | * @access public |
||
| 29 | * @param string $account The name of an individual or team account, or validated email address. |
||
| 30 | * @return MessageInterface |
||
| 31 | */ |
||
| 32 | 1 | public function profile($account) |
|
| 38 | |||
| 39 | /** |
||
| 40 | * Get the followers |
||
| 41 | * |
||
| 42 | * Gets a count and the list of accounts following an account. |
||
| 43 | * |
||
| 44 | * @access public |
||
| 45 | * @param string $account The name of an individual or team account, or validated email address. |
||
| 46 | * @return MessageInterface |
||
| 47 | */ |
||
| 48 | 1 | public function followers($account) |
|
| 54 | } |
||
| 55 |