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 |
||
19 | class Repositories extends Api |
||
20 | { |
||
21 | /** |
||
22 | * Get a list of repositories. |
||
23 | * |
||
24 | * - If the caller is properly authenticated and authorized, will also return |
||
25 | * the private repositories. |
||
26 | * - If `$owner` is omitted, will return a list of all public repositories on Bitbucket. |
||
27 | * |
||
28 | * @access public |
||
29 | * @param string $owner The account of the repo owner. |
||
30 | * @param array $params Additional parameters |
||
31 | * @return ResponseInterface |
||
32 | * |
||
33 | * @api 2.0 |
||
34 | * @since Method available since 0.2.0 |
||
35 | */ |
||
36 | 14 | public function all($owner = null, array $params = array()) |
|
46 | } |
||
47 |