Show More
@@ -1,7 +1,7 b'' | |||
|
1 | 1 | .. _deprecated-methods-ref: |
|
2 | 2 | |
|
3 | 3 | deprecated methods |
|
4 | ================= | |
|
4 | ================== | |
|
5 | 5 | |
|
6 | 6 | changeset_comment |
|
7 | 7 | ----------------- |
@@ -1,7 +1,7 b'' | |||
|
1 | 1 | .. _gist-methods-ref: |
|
2 | 2 | |
|
3 | 3 | gist methods |
|
4 |
============ |
|
|
4 | ============ | |
|
5 | 5 | |
|
6 | 6 | create_gist |
|
7 | 7 | ----------- |
@@ -1,7 +1,7 b'' | |||
|
1 | 1 | .. _license-methods-ref: |
|
2 | 2 | |
|
3 | 3 | license methods |
|
4 |
=============== |
|
|
4 | =============== | |
|
5 | 5 | |
|
6 | 6 | get_license_info (EE only) |
|
7 | 7 | ---------------- |
@@ -1,7 +1,7 b'' | |||
|
1 | 1 | .. _pull-request-methods-ref: |
|
2 | 2 | |
|
3 | 3 | pull_request methods |
|
4 | ================= | |
|
4 | ==================== | |
|
5 | 5 | |
|
6 | 6 | close_pull_request |
|
7 | 7 | ------------------ |
@@ -103,6 +103,10 b' create_pull_request' | |||
|
103 | 103 | :type description: Optional(str) |
|
104 | 104 | :param reviewers: Set the new pull request reviewers list. |
|
105 | 105 | :type reviewers: Optional(list) |
|
106 | Accepts username strings or objects of the format: | |
|
107 | { | |
|
108 | 'username': 'nick', 'reasons': ['original author'] | |
|
109 | } | |
|
106 | 110 | |
|
107 | 111 | |
|
108 | 112 | get_pull_request |
@@ -165,6 +169,9 b' get_pull_request' | |||
|
165 | 169 | "commit_id": "<commit_id>", |
|
166 | 170 | } |
|
167 | 171 | }, |
|
172 | "shadow": { | |
|
173 | "clone_url": "<clone_url>", | |
|
174 | }, | |
|
168 | 175 | "author": <user_obj>, |
|
169 | 176 | "reviewers": [ |
|
170 | 177 | ... |
@@ -241,6 +248,9 b' get_pull_requests' | |||
|
241 | 248 | "commit_id": "<commit_id>", |
|
242 | 249 | } |
|
243 | 250 | }, |
|
251 | "shadow": { | |
|
252 | "clone_url": "<clone_url>", | |
|
253 | }, | |
|
244 | 254 | "author": <user_obj>, |
|
245 | 255 | "reviewers": [ |
|
246 | 256 | ... |
@@ -1,7 +1,7 b'' | |||
|
1 | 1 | .. _repo-group-methods-ref: |
|
2 | 2 | |
|
3 | 3 | repo_group methods |
|
4 | ================= | |
|
4 | ================== | |
|
5 | 5 | |
|
6 | 6 | create_repo_group |
|
7 | 7 | ----------------- |
@@ -1,7 +1,7 b'' | |||
|
1 | 1 | .. _repo-methods-ref: |
|
2 | 2 | |
|
3 | 3 | repo methods |
|
4 |
============ |
|
|
4 | ============ | |
|
5 | 5 | |
|
6 | 6 | add_field_to_repo |
|
7 | 7 | ----------------- |
@@ -1,7 +1,7 b'' | |||
|
1 | 1 | .. _server-methods-ref: |
|
2 | 2 | |
|
3 | 3 | server methods |
|
4 |
============== |
|
|
4 | ============== | |
|
5 | 5 | |
|
6 | 6 | get_ip |
|
7 | 7 | ------ |
General Comments 0
You need to be logged in to leave comments.
Login now