forked from doctormo/python-gitlab3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapi-objects.txt
More file actions
237 lines (237 loc) · 17.4 KB
/
api-objects.txt
File metadata and controls
237 lines (237 loc) · 17.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
gitlab3 gitlab3-module.html
gitlab3.ACCESS_LEVEL_OWNER gitlab3-module.html#ACCESS_LEVEL_OWNER
gitlab3.ACCESS_LEVEL_GUEST gitlab3-module.html#ACCESS_LEVEL_GUEST
gitlab3.__package__ gitlab3-module.html#__package__
gitlab3.ACCESS_LEVEL_REPORTER gitlab3-module.html#ACCESS_LEVEL_REPORTER
gitlab3.ACCESS_LEVEL_DEVELOPER gitlab3-module.html#ACCESS_LEVEL_DEVELOPER
gitlab3.ACCESS_LEVEL_MASTER gitlab3-module.html#ACCESS_LEVEL_MASTER
gitlab3.GitLab gitlab3.GitLab-class.html
gitlab3.GitLab.find_system_hook gitlab3.GitLab-class.html#find_system_hook
gitlab3.GitLab.Group gitlab3.GitLab.Group-class.html
gitlab3.GitLab.delete_user gitlab3.GitLab-class.html#delete_user
gitlab3.GitLab.find_group gitlab3.GitLab-class.html#find_group
gitlab3.GitLab.delete_project gitlab3.GitLab-class.html#delete_project
gitlab3.GitLab.SystemHook gitlab3.GitLab.SystemHook-class.html
gitlab3.GitLab.add_system_hook gitlab3.GitLab-class.html#add_system_hook
gitlab3.GitLab.Issue gitlab3.GitLab.Issue-class.html
gitlab3.GitLab.__init__ gitlab3.GitLab-class.html#__init__
gitlab3.GitLab.group gitlab3.GitLab-class.html#group
gitlab3.GitLab.find_projects_by_name gitlab3.GitLab-class.html#find_projects_by_name
gitlab3.GitLab.delete_group gitlab3.GitLab-class.html#delete_group
gitlab3.GitLab.issues gitlab3.GitLab-class.html#issues
gitlab3.GitLab.current_user gitlab3.GitLab-class.html#current_user
gitlab3.GitLab.update_user gitlab3.GitLab-class.html#update_user
gitlab3.GitLab.add_team gitlab3.GitLab-class.html#add_team
gitlab3.GitLab.users gitlab3.GitLab-class.html#users
gitlab3.GitLab.add_project gitlab3.GitLab-class.html#add_project
gitlab3.GitLab.system_hooks gitlab3.GitLab-class.html#system_hooks
gitlab3.GitLab.add_project_for_user gitlab3.GitLab-class.html#add_project_for_user
gitlab3.GitLab.Project gitlab3.GitLab.Project-class.html
gitlab3.GitLab.user gitlab3.GitLab-class.html#user
gitlab3.GitLab.groups gitlab3.GitLab-class.html#groups
gitlab3.GitLab.Team gitlab3.GitLab.Team-class.html
gitlab3.GitLab.projects gitlab3.GitLab-class.html#projects
gitlab3.GitLab.delete_system_hook gitlab3.GitLab-class.html#delete_system_hook
gitlab3.GitLab.find_project gitlab3.GitLab-class.html#find_project
gitlab3.GitLab.find_team gitlab3.GitLab-class.html#find_team
gitlab3.GitLab.find_user gitlab3.GitLab-class.html#find_user
gitlab3.GitLab.teams gitlab3.GitLab-class.html#teams
gitlab3.GitLab.project gitlab3.GitLab-class.html#project
gitlab3.GitLab.add_group gitlab3.GitLab-class.html#add_group
gitlab3.GitLab.User gitlab3.GitLab.User-class.html
gitlab3.GitLab.team gitlab3.GitLab-class.html#team
gitlab3.GitLab.login gitlab3.GitLab-class.html#login
gitlab3.GitLab.find_issue gitlab3.GitLab-class.html#find_issue
gitlab3.GitLab.CurrentUser gitlab3.GitLab.CurrentUser-class.html
gitlab3.GitLab.add_user gitlab3.GitLab-class.html#add_user
gitlab3.GitLab.CurrentUser gitlab3.GitLab.CurrentUser-class.html
gitlab3.GitLab.CurrentUser.SSHKey gitlab3.GitLab.CurrentUser.SSHKey-class.html
gitlab3.GitLab.CurrentUser.delete_ssh_key gitlab3.GitLab.CurrentUser-class.html#delete_ssh_key
gitlab3.GitLab.CurrentUser.find_ssh_key gitlab3.GitLab.CurrentUser-class.html#find_ssh_key
gitlab3.GitLab.CurrentUser.ssh_key gitlab3.GitLab.CurrentUser-class.html#ssh_key
gitlab3.GitLab.CurrentUser.add_ssh_key gitlab3.GitLab.CurrentUser-class.html#add_ssh_key
gitlab3.GitLab.CurrentUser.ssh_keys gitlab3.GitLab.CurrentUser-class.html#ssh_keys
gitlab3.GitLab.CurrentUser.SSHKey gitlab3.GitLab.CurrentUser.SSHKey-class.html
gitlab3.GitLab.CurrentUser.SSHKey.delete gitlab3.GitLab.CurrentUser.SSHKey-class.html#delete
gitlab3.GitLab.Group gitlab3.GitLab.Group-class.html
gitlab3.GitLab.Group.find_member gitlab3.GitLab.Group-class.html#find_member
gitlab3.GitLab.Group.transfer_project gitlab3.GitLab.Group-class.html#transfer_project
gitlab3.GitLab.Group.delete_member gitlab3.GitLab.Group-class.html#delete_member
gitlab3.GitLab.Group.add_member gitlab3.GitLab.Group-class.html#add_member
gitlab3.GitLab.Group.Member gitlab3.GitLab.Group.Member-class.html
gitlab3.GitLab.Group.members gitlab3.GitLab.Group-class.html#members
gitlab3.GitLab.Group.delete gitlab3.GitLab.Group-class.html#delete
gitlab3.GitLab.Group.Member gitlab3.GitLab.Group.Member-class.html
gitlab3.GitLab.Group.Member.delete gitlab3.GitLab.Group.Member-class.html#delete
gitlab3.GitLab.Issue gitlab3.GitLab.Issue-class.html
gitlab3.GitLab.Project gitlab3.GitLab.Project-class.html
gitlab3.GitLab.Project.find_member gitlab3.GitLab.Project-class.html#find_member
gitlab3.GitLab.Project.delete_hook gitlab3.GitLab.Project-class.html#delete_hook
gitlab3.GitLab.Project.deploy_keys gitlab3.GitLab.Project-class.html#deploy_keys
gitlab3.GitLab.Project.find_wall_note gitlab3.GitLab.Project-class.html#find_wall_note
gitlab3.GitLab.Project.find_commit gitlab3.GitLab.Project-class.html#find_commit
gitlab3.GitLab.Project.hooks gitlab3.GitLab.Project-class.html#hooks
gitlab3.GitLab.Project.find_deploy_key gitlab3.GitLab.Project-class.html#find_deploy_key
gitlab3.GitLab.Project.milestone gitlab3.GitLab.Project-class.html#milestone
gitlab3.GitLab.Project.update_hook gitlab3.GitLab.Project-class.html#update_hook
gitlab3.GitLab.Project.branches gitlab3.GitLab.Project-class.html#branches
gitlab3.GitLab.Project.Member gitlab3.GitLab.Project.Member-class.html
gitlab3.GitLab.Project.hook gitlab3.GitLab.Project-class.html#hook
gitlab3.GitLab.Project.Branch gitlab3.GitLab.Project.Branch-class.html
gitlab3.GitLab.Project.add_milestone gitlab3.GitLab.Project-class.html#add_milestone
gitlab3.GitLab.Project.WallNote gitlab3.GitLab.Project.WallNote-class.html
gitlab3.GitLab.Project.Issue gitlab3.GitLab.Project.Issue-class.html
gitlab3.GitLab.Project.issues gitlab3.GitLab.Project-class.html#issues
gitlab3.GitLab.Project.member gitlab3.GitLab.Project-class.html#member
gitlab3.GitLab.Project.delete_fork gitlab3.GitLab.Project-class.html#delete_fork
gitlab3.GitLab.Project.add_issue gitlab3.GitLab.Project-class.html#add_issue
gitlab3.GitLab.Project.delete_member gitlab3.GitLab.Project-class.html#delete_member
gitlab3.GitLab.Project.add_snippet gitlab3.GitLab.Project-class.html#add_snippet
gitlab3.GitLab.Project.find_merge_request gitlab3.GitLab.Project-class.html#find_merge_request
gitlab3.GitLab.Project.add_wall_note gitlab3.GitLab.Project-class.html#add_wall_note
gitlab3.GitLab.Project.find_branch gitlab3.GitLab.Project-class.html#find_branch
gitlab3.GitLab.Project.snippet gitlab3.GitLab.Project-class.html#snippet
gitlab3.GitLab.Project.Tag gitlab3.GitLab.Project.Tag-class.html
gitlab3.GitLab.Project.snippets gitlab3.GitLab.Project-class.html#snippets
gitlab3.GitLab.Project.branch gitlab3.GitLab.Project-class.html#branch
gitlab3.GitLab.Project.add_hook gitlab3.GitLab.Project-class.html#add_hook
gitlab3.GitLab.Project.MergeRequest gitlab3.GitLab.Project.MergeRequest-class.html
gitlab3.GitLab.Project.issue gitlab3.GitLab.Project-class.html#issue
gitlab3.GitLab.Project.events gitlab3.GitLab.Project-class.html#events
gitlab3.GitLab.Project.update_issue gitlab3.GitLab.Project-class.html#update_issue
gitlab3.GitLab.Project.files gitlab3.GitLab.Project-class.html#files
gitlab3.GitLab.Project.update_member gitlab3.GitLab.Project-class.html#update_member
gitlab3.GitLab.Project.fork_from gitlab3.GitLab.Project-class.html#fork_from
gitlab3.GitLab.Project.merge_requests gitlab3.GitLab.Project-class.html#merge_requests
gitlab3.GitLab.Project.find_tag gitlab3.GitLab.Project-class.html#find_tag
gitlab3.GitLab.Project.find_event gitlab3.GitLab.Project-class.html#find_event
gitlab3.GitLab.Project.add_merge_request gitlab3.GitLab.Project-class.html#add_merge_request
gitlab3.GitLab.Project.add_member gitlab3.GitLab.Project-class.html#add_member
gitlab3.GitLab.Project.commits gitlab3.GitLab.Project-class.html#commits
gitlab3.GitLab.Project.wall_note gitlab3.GitLab.Project-class.html#wall_note
gitlab3.GitLab.Project.Milestone gitlab3.GitLab.Project.Milestone-class.html
gitlab3.GitLab.Project.protect_branch gitlab3.GitLab.Project-class.html#protect_branch
gitlab3.GitLab.Project.members gitlab3.GitLab.Project-class.html#members
gitlab3.GitLab.Project.find_snippet gitlab3.GitLab.Project-class.html#find_snippet
gitlab3.GitLab.Project.Commit gitlab3.GitLab.Project.Commit-class.html
gitlab3.GitLab.Project.update_merge_request gitlab3.GitLab.Project-class.html#update_merge_request
gitlab3.GitLab.Project.find_file gitlab3.GitLab.Project-class.html#find_file
gitlab3.GitLab.Project.tags gitlab3.GitLab.Project-class.html#tags
gitlab3.GitLab.Project.update_snippet gitlab3.GitLab.Project-class.html#update_snippet
gitlab3.GitLab.Project.find_hook gitlab3.GitLab.Project-class.html#find_hook
gitlab3.GitLab.Project.Snippet gitlab3.GitLab.Project.Snippet-class.html
gitlab3.GitLab.Project.get_blob gitlab3.GitLab.Project-class.html#get_blob
gitlab3.GitLab.Project.milestones gitlab3.GitLab.Project-class.html#milestones
gitlab3.GitLab.Project.update_milestone gitlab3.GitLab.Project-class.html#update_milestone
gitlab3.GitLab.Project.unprotect_branch gitlab3.GitLab.Project-class.html#unprotect_branch
gitlab3.GitLab.Project.merge_request gitlab3.GitLab.Project-class.html#merge_request
gitlab3.GitLab.Project.DeployKey gitlab3.GitLab.Project.DeployKey-class.html
gitlab3.GitLab.Project.delete gitlab3.GitLab.Project-class.html#delete
gitlab3.GitLab.Project.wall_notes gitlab3.GitLab.Project-class.html#wall_notes
gitlab3.GitLab.Project.Hook gitlab3.GitLab.Project.Hook-class.html
gitlab3.GitLab.Project.add_deploy_key gitlab3.GitLab.Project-class.html#add_deploy_key
gitlab3.GitLab.Project.delete_deploy_key gitlab3.GitLab.Project-class.html#delete_deploy_key
gitlab3.GitLab.Project.delete_snippet gitlab3.GitLab.Project-class.html#delete_snippet
gitlab3.GitLab.Project.File gitlab3.GitLab.Project.File-class.html
gitlab3.GitLab.Project.commit gitlab3.GitLab.Project-class.html#commit
gitlab3.GitLab.Project.deploy_key gitlab3.GitLab.Project-class.html#deploy_key
gitlab3.GitLab.Project.Event gitlab3.GitLab.Project.Event-class.html
gitlab3.GitLab.Project.find_milestone gitlab3.GitLab.Project-class.html#find_milestone
gitlab3.GitLab.Project.find_issue gitlab3.GitLab.Project-class.html#find_issue
gitlab3.GitLab.Project.Branch gitlab3.GitLab.Project.Branch-class.html
gitlab3.GitLab.Project.Branch.protect gitlab3.GitLab.Project.Branch-class.html#protect
gitlab3.GitLab.Project.Branch.unprotect gitlab3.GitLab.Project.Branch-class.html#unprotect
gitlab3.GitLab.Project.Commit gitlab3.GitLab.Project.Commit-class.html
gitlab3.GitLab.Project.Commit.diff gitlab3.GitLab.Project.Commit-class.html#diff
gitlab3.GitLab.Project.Commit.get_diff gitlab3.GitLab.Project.Commit-class.html#get_diff
gitlab3.GitLab.Project.DeployKey gitlab3.GitLab.Project.DeployKey-class.html
gitlab3.GitLab.Project.DeployKey.delete gitlab3.GitLab.Project.DeployKey-class.html#delete
gitlab3.GitLab.Project.Event gitlab3.GitLab.Project.Event-class.html
gitlab3.GitLab.Project.File gitlab3.GitLab.Project.File-class.html
gitlab3.GitLab.Project.Hook gitlab3.GitLab.Project.Hook-class.html
gitlab3.GitLab.Project.Hook.save gitlab3.GitLab.Project.Hook-class.html#save
gitlab3.GitLab.Project.Hook.delete gitlab3.GitLab.Project.Hook-class.html#delete
gitlab3.GitLab.Project.Issue gitlab3.GitLab.Project.Issue-class.html
gitlab3.GitLab.Project.Issue.note gitlab3.GitLab.Project.Issue-class.html#note
gitlab3.GitLab.Project.Issue.reopen gitlab3.GitLab.Project.Issue-class.html#reopen
gitlab3.GitLab.Project.Issue.notes gitlab3.GitLab.Project.Issue-class.html#notes
gitlab3.GitLab.Project.Issue.Note gitlab3.GitLab.Project.Issue.Note-class.html
gitlab3.GitLab.Project.Issue.find_note gitlab3.GitLab.Project.Issue-class.html#find_note
gitlab3.GitLab.Project.Issue.add_note gitlab3.GitLab.Project.Issue-class.html#add_note
gitlab3.GitLab.Project.Issue.close gitlab3.GitLab.Project.Issue-class.html#close
gitlab3.GitLab.Project.Issue.save gitlab3.GitLab.Project.Issue-class.html#save
gitlab3.GitLab.Project.Issue.Note gitlab3.GitLab.Project.Issue.Note-class.html
gitlab3.GitLab.Project.Member gitlab3.GitLab.Project.Member-class.html
gitlab3.GitLab.Project.Member.save gitlab3.GitLab.Project.Member-class.html#save
gitlab3.GitLab.Project.Member.delete gitlab3.GitLab.Project.Member-class.html#delete
gitlab3.GitLab.Project.MergeRequest gitlab3.GitLab.Project.MergeRequest-class.html
gitlab3.GitLab.Project.MergeRequest.note gitlab3.GitLab.Project.MergeRequest-class.html#note
gitlab3.GitLab.Project.MergeRequest.post_comment gitlab3.GitLab.Project.MergeRequest-class.html#post_comment
gitlab3.GitLab.Project.MergeRequest.notes gitlab3.GitLab.Project.MergeRequest-class.html#notes
gitlab3.GitLab.Project.MergeRequest.Note gitlab3.GitLab.Project.MergeRequest.Note-class.html
gitlab3.GitLab.Project.MergeRequest.find_note gitlab3.GitLab.Project.MergeRequest-class.html#find_note
gitlab3.GitLab.Project.MergeRequest.add_note gitlab3.GitLab.Project.MergeRequest-class.html#add_note
gitlab3.GitLab.Project.MergeRequest.save gitlab3.GitLab.Project.MergeRequest-class.html#save
gitlab3.GitLab.Project.MergeRequest.Note gitlab3.GitLab.Project.MergeRequest.Note-class.html
gitlab3.GitLab.Project.Milestone gitlab3.GitLab.Project.Milestone-class.html
gitlab3.GitLab.Project.Milestone.save gitlab3.GitLab.Project.Milestone-class.html#save
gitlab3.GitLab.Project.Snippet gitlab3.GitLab.Project.Snippet-class.html
gitlab3.GitLab.Project.Snippet.get_raw gitlab3.GitLab.Project.Snippet-class.html#get_raw
gitlab3.GitLab.Project.Snippet.raw gitlab3.GitLab.Project.Snippet-class.html#raw
gitlab3.GitLab.Project.Snippet.notes gitlab3.GitLab.Project.Snippet-class.html#notes
gitlab3.GitLab.Project.Snippet.Note gitlab3.GitLab.Project.Snippet.Note-class.html
gitlab3.GitLab.Project.Snippet.note gitlab3.GitLab.Project.Snippet-class.html#note
gitlab3.GitLab.Project.Snippet.find_note gitlab3.GitLab.Project.Snippet-class.html#find_note
gitlab3.GitLab.Project.Snippet.add_note gitlab3.GitLab.Project.Snippet-class.html#add_note
gitlab3.GitLab.Project.Snippet.save gitlab3.GitLab.Project.Snippet-class.html#save
gitlab3.GitLab.Project.Snippet.delete gitlab3.GitLab.Project.Snippet-class.html#delete
gitlab3.GitLab.Project.Snippet.Note gitlab3.GitLab.Project.Snippet.Note-class.html
gitlab3.GitLab.Project.Tag gitlab3.GitLab.Project.Tag-class.html
gitlab3.GitLab.Project.WallNote gitlab3.GitLab.Project.WallNote-class.html
gitlab3.GitLab.SystemHook gitlab3.GitLab.SystemHook-class.html
gitlab3.GitLab.SystemHook.test gitlab3.GitLab.SystemHook-class.html#test
gitlab3.GitLab.SystemHook.delete gitlab3.GitLab.SystemHook-class.html#delete
gitlab3.GitLab.Team gitlab3.GitLab.Team-class.html
gitlab3.GitLab.Team.find_member gitlab3.GitLab.Team-class.html#find_member
gitlab3.GitLab.Team.members gitlab3.GitLab.Team-class.html#members
gitlab3.GitLab.Team.delete_member gitlab3.GitLab.Team-class.html#delete_member
gitlab3.GitLab.Team.add_member gitlab3.GitLab.Team-class.html#add_member
gitlab3.GitLab.Team.Member gitlab3.GitLab.Team.Member-class.html
gitlab3.GitLab.Team.project gitlab3.GitLab.Team-class.html#project
gitlab3.GitLab.Team.add_project gitlab3.GitLab.Team-class.html#add_project
gitlab3.GitLab.Team.member gitlab3.GitLab.Team-class.html#member
gitlab3.GitLab.Team.delete_project gitlab3.GitLab.Team-class.html#delete_project
gitlab3.GitLab.Team.update_member gitlab3.GitLab.Team-class.html#update_member
gitlab3.GitLab.Team.find_project gitlab3.GitLab.Team-class.html#find_project
gitlab3.GitLab.Team.Project gitlab3.GitLab.Team.Project-class.html
gitlab3.GitLab.Team.projects gitlab3.GitLab.Team-class.html#projects
gitlab3.GitLab.Team.Member gitlab3.GitLab.Team.Member-class.html
gitlab3.GitLab.Team.Member.save gitlab3.GitLab.Team.Member-class.html#save
gitlab3.GitLab.Team.Member.delete gitlab3.GitLab.Team.Member-class.html#delete
gitlab3.GitLab.Team.Project gitlab3.GitLab.Team.Project-class.html
gitlab3.GitLab.Team.Project.delete gitlab3.GitLab.Team.Project-class.html#delete
gitlab3.GitLab.User gitlab3.GitLab.User-class.html
gitlab3.GitLab.User.add_ssh_key gitlab3.GitLab.User-class.html#add_ssh_key
gitlab3.GitLab.User.save gitlab3.GitLab.User-class.html#save
gitlab3.GitLab.User.SSHKey gitlab3.GitLab.User.SSHKey-class.html
gitlab3.GitLab.User.delete gitlab3.GitLab.User-class.html#delete
gitlab3.GitLab.User.SSHKey gitlab3.GitLab.User.SSHKey-class.html
gitlab3.exceptions gitlab3.exceptions-class.html
gitlab3.exceptions.UnauthorizedRequest gitlab3.exceptions.UnauthorizedRequest-class.html
gitlab3.exceptions.ConnectionError gitlab3.exceptions.ConnectionError-class.html
gitlab3.exceptions.MissingRequiredAttribute gitlab3.exceptions.MissingRequiredAttribute-class.html
gitlab3.exceptions.ResourceConflict gitlab3.exceptions.ResourceConflict-class.html
gitlab3.exceptions.GitLabException gitlab3.exceptions.GitLabException-class.html
gitlab3.exceptions.ResourceNotFound gitlab3.exceptions.ResourceNotFound-class.html
gitlab3.exceptions.RequestNotSupported gitlab3.exceptions.RequestNotSupported-class.html
gitlab3.exceptions.ForbiddenRequest gitlab3.exceptions.ForbiddenRequest-class.html
gitlab3.exceptions.ServerError gitlab3.exceptions.ServerError-class.html
gitlab3.exceptions.ConnectionError gitlab3.exceptions.ConnectionError-class.html
gitlab3.exceptions.ForbiddenRequest gitlab3.exceptions.ForbiddenRequest-class.html
gitlab3.exceptions.GitLabException gitlab3.exceptions.GitLabException-class.html
gitlab3.exceptions.MissingRequiredAttribute gitlab3.exceptions.MissingRequiredAttribute-class.html
gitlab3.exceptions.RequestNotSupported gitlab3.exceptions.RequestNotSupported-class.html
gitlab3.exceptions.ResourceConflict gitlab3.exceptions.ResourceConflict-class.html
gitlab3.exceptions.ResourceNotFound gitlab3.exceptions.ResourceNotFound-class.html
gitlab3.exceptions.ServerError gitlab3.exceptions.ServerError-class.html
gitlab3.exceptions.UnauthorizedRequest gitlab3.exceptions.UnauthorizedRequest-class.html