@@ -67,6 +67,10 @@ |
||
| 67 | 67 | return $arr; |
| 68 | 68 | } |
| 69 | 69 | |
| 70 | + /** |
|
| 71 | + * @param string $url |
|
| 72 | + * @param string $customRequest |
|
| 73 | + */ |
|
| 70 | 74 | public static function request($url, $auth = true, $customRequest = null, $postFields = null) |
| 71 | 75 | { |
| 72 | 76 | $user = Auth::user(); |
@@ -8,16 +8,28 @@ |
||
| 8 | 8 | |
| 9 | 9 | public function templateRepository($repo, $slug = false); |
| 10 | 10 | |
| 11 | + /** |
|
| 12 | + * @return \Illuminate\Support\Collection |
|
| 13 | + */ |
|
| 11 | 14 | public function readRepositories(); |
| 12 | 15 | |
| 13 | 16 | public function createOrUpdateRepository($owner, $obj, $oldTitle = null); |
| 14 | 17 | |
| 15 | 18 | public function organization($login); |
| 16 | 19 | |
| 20 | + /** |
|
| 21 | + * @return void |
|
| 22 | + */ |
|
| 17 | 23 | public function readCollaborators($owner, $repo); |
| 18 | 24 | |
| 25 | + /** |
|
| 26 | + * @return void |
|
| 27 | + */ |
|
| 19 | 28 | public function createBranches($owner, $product_backlog_id, $repo); |
| 20 | 29 | |
| 30 | + /** |
|
| 31 | + * @return void |
|
| 32 | + */ |
|
| 21 | 33 | public function readIssues(); |
| 22 | 34 | |
| 23 | 35 | public function createOrUpdateIssue($obj); |