Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gitlab

Package Overview
Dependencies
Maintainers
3
Versions
169
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitlab - npm Package Compare versions

Comparing version 11.2.3 to 11.3.0

56

CHANGELOG.md

@@ -0,100 +1,96 @@

# [11.3.0](https://github.com/jdalrymple/node-gitlab/compare/11.2.3...11.3.0) (2019-10-12)
### Features
* Adding support for profile tokens ([#462](https://github.com/jdalrymple/node-gitlab/issues/462)) ([30f246e](https://github.com/jdalrymple/node-gitlab/commit/30f246e))
## [11.2.3](https://github.com/jdalrymple/node-gitlab/compare/11.2.2...11.2.3) (2019-10-09)
### Bug Fixes
* Epic issues HTTP methods are incorrect ([c63c691](https://github.com/jdalrymple/node-gitlab/commit/c63c691))
- Epic issues HTTP methods are incorrect ([c63c691](https://github.com/jdalrymple/node-gitlab/commit/c63c691))
## [11.2.2](https://github.com/jdalrymple/node-gitlab/compare/11.2.1...11.2.2) (2019-10-06)
### Features
- **Group Labels:** Add group label support ([39a23a1](https://github.com/jdalrymple/node-gitlab/commit/39a23a1))
### Bug Fixes
* Missing gzip content type from body processing logic ([a684a1e](https://github.com/jdalrymple/node-gitlab/commit/a684a1e)), closes [#447](https://github.com/jdalrymple/node-gitlab/issues/447)
- Missing gzip content type from body processing logic ([a684a1e](https://github.com/jdalrymple/node-gitlab/commit/a684a1e)), closes [#447](https://github.com/jdalrymple/node-gitlab/issues/447)
## [11.2.1](https://github.com/jdalrymple/node-gitlab/compare/11.2.0...11.2.1) (2019-10-03)
### Bug Fixes
* **package:** update ky to version 0.15.0 ([203e7a9](https://github.com/jdalrymple/node-gitlab/commit/203e7a9))
- **package:** update ky to version 0.15.0 ([203e7a9](https://github.com/jdalrymple/node-gitlab/commit/203e7a9))
# [11.2.0](https://github.com/jdalrymple/node-gitlab/compare/11.1.2...11.2.0) (2019-10-01)
### Features
* **Merge Request:** Add Approval State endpoint ([41c4653](https://github.com/jdalrymple/node-gitlab/commit/41c4653))
- **Merge Request:** Add Approval State endpoint ([41c4653](https://github.com/jdalrymple/node-gitlab/commit/41c4653))
## [11.1.2](https://github.com/jdalrymple/node-gitlab/compare/11.1.1...11.1.2) (2019-09-10)
### Bug Fixes
* Forgot to await for the response [#426](https://github.com/jdalrymple/node-gitlab/issues/426) ([8c673c3](https://github.com/jdalrymple/node-gitlab/commit/8c673c3))
- Forgot to await for the response [#426](https://github.com/jdalrymple/node-gitlab/issues/426) ([8c673c3](https://github.com/jdalrymple/node-gitlab/commit/8c673c3))
## [11.1.1](https://github.com/jdalrymple/node-gitlab/compare/11.1.0...11.1.1) (2019-09-09)
### Bug Fixes
* **package:** update ky to version 0.14.0 ([b907f54](https://github.com/jdalrymple/node-gitlab/commit/b907f54))
- **package:** update ky to version 0.14.0 ([b907f54](https://github.com/jdalrymple/node-gitlab/commit/b907f54))
# [11.1.0](https://github.com/jdalrymple/node-gitlab/compare/11.0.2...11.1.0) (2019-09-09)
### Features
* Adding support for CLI ([6f90f4c](https://github.com/jdalrymple/node-gitlab/commit/6f90f4c)), closes [#146](https://github.com/jdalrymple/node-gitlab/issues/146)
- Adding support for CLI ([6f90f4c](https://github.com/jdalrymple/node-gitlab/commit/6f90f4c)), closes [#146](https://github.com/jdalrymple/node-gitlab/issues/146)
## [11.0.2](https://github.com/jdalrymple/node-gitlab/compare/11.0.1...11.0.2) (2019-08-30)
### Bug Fixes
* Switching type import to hopefully fix [#417](https://github.com/jdalrymple/node-gitlab/issues/417) ([91cfbf2](https://github.com/jdalrymple/node-gitlab/commit/91cfbf2))
- Switching type import to hopefully fix [#417](https://github.com/jdalrymple/node-gitlab/issues/417) ([91cfbf2](https://github.com/jdalrymple/node-gitlab/commit/91cfbf2))
## [11.0.1](https://github.com/jdalrymple/node-gitlab/compare/11.0.0...11.0.1) (2019-08-29)
### Bug Fixes
* Handling empty text responses ([c8deaa2](https://github.com/jdalrymple/node-gitlab/commit/c8deaa2))
- Handling empty text responses ([c8deaa2](https://github.com/jdalrymple/node-gitlab/commit/c8deaa2))
# [11.0.0](https://github.com/jdalrymple/node-gitlab/compare/10.2.1...11.0.0) (2019-08-28)
### Bug Fixes
* Adding path argument to the Project Imports API ([97a7c59](https://github.com/jdalrymple/node-gitlab/commit/97a7c59))
- Adding path argument to the Project Imports API ([97a7c59](https://github.com/jdalrymple/node-gitlab/commit/97a7c59))
### Features
* Add support for the Packages API [#430](https://github.com/jdalrymple/node-gitlab/issues/430) ([47e1ff4](https://github.com/jdalrymple/node-gitlab/commit/47e1ff4))
- Add support for the Packages API [#430](https://github.com/jdalrymple/node-gitlab/issues/430) ([47e1ff4](https://github.com/jdalrymple/node-gitlab/commit/47e1ff4))
### BREAKING CHANGES
* Added the path argument to the function header.
- Added the path argument to the function header.
## [10.2.1](https://github.com/jdalrymple/node-gitlab/compare/10.2.0...10.2.1) (2019-08-28)
### Bug Fixes
* Adding proper support for the buffer responses ([8bbab73](https://github.com/jdalrymple/node-gitlab/commit/8bbab73))
- Adding proper support for the buffer responses ([8bbab73](https://github.com/jdalrymple/node-gitlab/commit/8bbab73))
# [10.2.0](https://github.com/jdalrymple/node-gitlab/compare/10.1.2...10.2.0) (2019-08-22)
### Bug Fixes
* incorrect url path for mr unapprove ([85c3329](https://github.com/jdalrymple/node-gitlab/commit/85c3329))
- incorrect url path for mr unapprove ([85c3329](https://github.com/jdalrymple/node-gitlab/commit/85c3329))
### Features
* Add Gitlab Blame endpoint to the RespositoryFiles API ([ac670cc](https://github.com/jdalrymple/node-gitlab/commit/ac670cc)), closes [#409](https://github.com/jdalrymple/node-gitlab/issues/409)
* Adding fork relationship support ([76cb783](https://github.com/jdalrymple/node-gitlab/commit/76cb783)), closes [#410](https://github.com/jdalrymple/node-gitlab/issues/410)
- Add Gitlab Blame endpoint to the RespositoryFiles API ([ac670cc](https://github.com/jdalrymple/node-gitlab/commit/ac670cc)), closes [#409](https://github.com/jdalrymple/node-gitlab/issues/409)
- Adding fork relationship support ([76cb783](https://github.com/jdalrymple/node-gitlab/commit/76cb783)), closes [#410](https://github.com/jdalrymple/node-gitlab/issues/410)

@@ -101,0 +97,0 @@ ## [10.1.2](https://github.com/jdalrymple/node-gitlab/compare/10.1.1...10.1.2) (2019-08-13)

@@ -1,1 +0,1 @@

{"ApplicationSettings":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":[]},{"name":"edit","args":[]}],"Branches":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["projectId"]},{"name":"create","args":["projectId","branchName","ref"]},{"name":"protect","args":["projectId","branchName"]},{"name":"remove","args":["projectId","branchName"]},{"name":"show","args":["projectId","branchName"]},{"name":"unprotect","args":["projectId","branchName"]}],"BroadcastMessages":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":[]},{"name":"create","args":[]},{"name":"edit","args":["broadcastMessageId"]},{"name":"remove","args":["broadcastMessageId"]},{"name":"show","args":["broadcastMessageId"]}],"CommitDiscussions":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"addNote","args":["resourceId","resource2Id","discussionId","noteId","content"]},{"name":"all","args":["resourceId","resource2Id"]},{"name":"create","args":["resourceId","resource2Id","content"]},{"name":"editNote","args":["resourceId","resource2Id","discussionId","noteId"]},{"name":"removeNote","args":["resourceId","resource2Id","discussionId","noteId"]},{"name":"show","args":["resourceId","resource2Id","discussionId"]}],"Commits":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["projectId"]},{"name":"cherryPick","args":["projectId","sha","branch"]},{"name":"comments","args":["projectId","sha"]},{"name":"create","args":["projectId"]},{"name":"createComment","args":["projectId","sha","note"]},{"name":"diff","args":["projectId","sha"]},{"name":"editStatus","args":["projectId","sha"]},{"name":"references","args":["projectId","sha"]},{"name":"show","args":["projectId","sha"]},{"name":"status","args":["projectId","sha"]},{"name":"mergeRequests","args":["projectId","sha"]}],"ContainerRegistry":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"repositories","args":["projectId"]},{"name":"tags","args":["projectId","repositoryId"]},{"name":"removeRepository","args":["projectId","repositoryId"]},{"name":"removeTag","args":["projectId","repositoryId","tagName"]},{"name":"removeTags","args":["projectId","repositoryId","tagNameRegex"]},{"name":"showTag","args":["projectId","repositoryId","tagName"]}],"DeployKeys":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"add","args":["projectId"]},{"name":"all","args":[]},{"name":"edit","args":["projectId","keyId"]},{"name":"enable","args":["projectId","keyId"]},{"name":"remove","args":["projectId","keyId"]},{"name":"show","args":["projectId","keyId"]}],"Deployments":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["projectId"]},{"name":"show","args":["projectId","deploymentId"]}],"Environments":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["projectId"]},{"name":"show","args":["projectId","environmentId"]},{"name":"create","args":["projectId"]},{"name":"edit","args":["projectId","environmentId"]},{"name":"remove","args":["projectId","environmentId"]},{"name":"stop","args":["projectId","environmentId"]}],"EpicDiscussions":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"addNote","args":["resourceId","resource2Id","discussionId","noteId","content"]},{"name":"all","args":["resourceId","resource2Id"]},{"name":"create","args":["resourceId","resource2Id","content"]},{"name":"editNote","args":["resourceId","resource2Id","discussionId","noteId"]},{"name":"removeNote","args":["resourceId","resource2Id","discussionId","noteId"]},{"name":"show","args":["resourceId","resource2Id","discussionId"]}],"EpicIssues":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["groupId","epicId"]},{"name":"assign","args":["groupId","epicId","issueId"]},{"name":"edit","args":["groupId","epicId","issueId"]},{"name":"remove","args":["groupId","epicId","issueId"]}],"EpicNotes":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["resourceId","resource2Id"]},{"name":"create","args":["resourceId","resource2Id","body"]},{"name":"edit","args":["resourceId","resource2Id","noteId","body"]},{"name":"remove","args":["resourceId","resource2Id","noteId"]},{"name":"show","args":["resourceId","resource2Id","noteId"]}],"Epics":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["groupId"]},{"name":"create","args":["groupId","title"]},{"name":"edit","args":["groupId","epicId"]},{"name":"remove","args":["groupId","epicId"]},{"name":"show","args":["groupId","epicId"]}],"Events":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":[]}],"FeatureFlags":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":[]},{"name":"set","args":["name"]}],"GeoNodes":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":[]},{"name":"create","args":["geonodeId"]},{"name":"edit","args":["geonodeId"]},{"name":"failures","args":[]},{"name":"repair","args":["geonodeId"]},{"name":"show","args":["geonodeId"]},{"name":"status","args":["geonodeId"]},{"name":"statuses","args":[]}],"GitLabCIYMLTemplates":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":[]},{"name":"show","args":["resourceId"]}],"GitignoreTemplates":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":[]},{"name":"show","args":["resourceId"]}],"GroupAccessRequests":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["resourceId"]},{"name":"request","args":["resourceId"]},{"name":"approve","args":["resourceId","userId",{}]},{"name":"deny","args":["resourceId","userId"]}],"GroupBadges":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"add","args":["resourceId"]},{"name":"all","args":["resourceId"]},{"name":"edit","args":["resourceId","badgeId"]},{"name":"preview","args":["resourceId","linkUrl","imageUrl"]},{"name":"remove","args":["resourceId","badgeId"]},{"name":"show","args":["resourceId","badgeId"]}],"GroupCustomAttributes":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["resourceId"]},{"name":"set","args":["resourceId","customAttributeId","value"]},{"name":"remove","args":["resourceId","customAttributeId"]},{"name":"show","args":["resourceId","customAttributeId"]}],"GroupIssueBoards":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["resourceId"]},{"name":"create","args":["resourceId","name"]},{"name":"createList","args":["resourceId","boardId","labelId"]},{"name":"edit","args":["resourceId","boardId"]},{"name":"editList","args":["resourceId","boardId","listId","position"]},{"name":"lists","args":["resourceId","boardId"]},{"name":"remove","args":["resourceId","boardId"]},{"name":"removeList","args":["resourceId","boardId","listId"]},{"name":"show","args":["resourceId","boardId"]},{"name":"showList","args":["resourceId","boardId","listId"]}],"GroupLabels":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["resourceId"]},{"name":"create","args":["resourceId","labelName","color"]},{"name":"edit","args":["resourceId","labelName"]},{"name":"remove","args":["resourceId","labelName"]},{"name":"subscribe","args":["resourceId","labelId"]},{"name":"unsubscribe","args":["resourceId","labelId"]}],"GroupMembers":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["resourceId","includeInherited"]},{"name":"add","args":["resourceId","userId","accessLevel"]},{"name":"edit","args":["resourceId","userId","accessLevel"]},{"name":"show","args":["resourceId","userId"]},{"name":"remove","args":["resourceId","userId"]}],"GroupMilestones":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["resourceId"]},{"name":"create","args":["resourceId","title"]},{"name":"edit","args":["resourceId","milestoneId"]},{"name":"issues","args":["resourceId","milestoneId"]},{"name":"mergeRequests","args":["resourceId","milestoneId"]},{"name":"show","args":["resourceId","milestoneId"]}],"GroupProjects":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["groupId"]},{"name":"add","args":["groupId","projectId"]}],"GroupVariables":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["resourceId"]},{"name":"create","args":["resourceId"]},{"name":"edit","args":["resourceId","keyId"]},{"name":"show","args":["resourceId","keyId"]},{"name":"remove","args":["resourceId","keyId"]}],"Groups":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":[]},{"name":"create","args":[]},{"name":"createLDAPLink","args":["groupId","cn","groupAccess","provider"]},{"name":"edit","args":["groupId"]},{"name":"remove","args":["groupId"]},{"name":"removeLDAPLink","args":["groupId","cn"]},{"name":"search","args":["nameOrPath"]},{"name":"show","args":["groupId"]},{"name":"subgroups","args":["groupId"]},{"name":"syncLDAP","args":["groupId"]}],"IssueAwardEmojis":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["projectId","resourceId","noteId"]},{"name":"award","args":["projectId","resourceId","name","noteId"]},{"name":"remove","args":["projectId","resourceId","awardId","noteId"]},{"name":"show","args":["projectId","resourceId","awardId","noteId"]}],"IssueDiscussions":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"addNote","args":["resourceId","resource2Id","discussionId","noteId","content"]},{"name":"all","args":["resourceId","resource2Id"]},{"name":"create","args":["resourceId","resource2Id","content"]},{"name":"editNote","args":["resourceId","resource2Id","discussionId","noteId"]},{"name":"removeNote","args":["resourceId","resource2Id","discussionId","noteId"]},{"name":"show","args":["resourceId","resource2Id","discussionId"]}],"IssueNotes":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["resourceId","resource2Id"]},{"name":"create","args":["resourceId","resource2Id","body"]},{"name":"edit","args":["resourceId","resource2Id","noteId","body"]},{"name":"remove","args":["resourceId","resource2Id","noteId"]},{"name":"show","args":["resourceId","resource2Id","noteId"]}],"Issues":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"addSpentTime","args":["projectId","issueId","duration"]},{"name":"addTimeEstimate","args":["projectId","issueId","duration"]},{"name":"all","args":[]},{"name":"create","args":["projectId"]},{"name":"edit","args":["projectId","issueId"]},{"name":"link","args":["projectId","issueIId","targetProjectId","targetIssueId"]},{"name":"participants","args":["projectId","issueId"]},{"name":"remove","args":["projectId","issueId"]},{"name":"resetSpentTime","args":["projectId","issueId"]},{"name":"resetTimeEstimate","args":["projectId","issueId"]},{"name":"show","args":["projectId","issueId"]},{"name":"subscribe","args":["projectId","issueId"]},{"name":"timeStats","args":["projectId","issueId"]},{"name":"unsubscribe","args":["projectId","issueId"]}],"Jobs":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["projectId"]},{"name":"cancel","args":["projectId","jobId"]},{"name":"downloadSingleArtifactFile","args":["projectId","jobId","artifactPath"]},{"name":"downloadLatestArtifactFile","args":["projectId","ref","name"]},{"name":"downloadTraceFile","args":["projectId","jobId"]},{"name":"erase","args":["projectId","jobId"]},{"name":"eraseArtifacts","args":["projectId","jobId"]},{"name":"keepArtifacts","args":["projectId","jobId"]},{"name":"play","args":["projectId","jobId"]},{"name":"retry","args":["projectId","jobId"]},{"name":"show","args":["projectId","jobId"]},{"name":"showPipelineJobs","args":["projectId","pipelineId"]}],"Keys":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"show","args":["keyId"]}],"Labels":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["resourceId"]},{"name":"create","args":["resourceId","labelName","color"]},{"name":"edit","args":["resourceId","labelName"]},{"name":"remove","args":["resourceId","labelName"]},{"name":"subscribe","args":["resourceId","labelId"]},{"name":"unsubscribe","args":["resourceId","labelId"]}],"Licence":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":[]},{"name":"create","args":[]}],"LicenceTemplates":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":[]},{"name":"show","args":["resourceId"]}],"Lint":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"lint","args":["content"]}],"Markdown":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"render","args":["text"]}],"MergeRequestAwardEmojis":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["projectId","resourceId","noteId"]},{"name":"award","args":["projectId","resourceId","name","noteId"]},{"name":"remove","args":["projectId","resourceId","awardId","noteId"]},{"name":"show","args":["projectId","resourceId","awardId","noteId"]}],"MergeRequestDiscussions":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"addNote","args":["resourceId","resource2Id","discussionId","noteId","content"]},{"name":"all","args":["resourceId","resource2Id"]},{"name":"create","args":["resourceId","resource2Id","content"]},{"name":"editNote","args":["resourceId","resource2Id","discussionId","noteId"]},{"name":"removeNote","args":["resourceId","resource2Id","discussionId","noteId"]},{"name":"show","args":["resourceId","resource2Id","discussionId"]}],"MergeRequestNotes":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["resourceId","resource2Id"]},{"name":"create","args":["resourceId","resource2Id","body"]},{"name":"edit","args":["resourceId","resource2Id","noteId","body"]},{"name":"remove","args":["resourceId","resource2Id","noteId"]},{"name":"show","args":["resourceId","resource2Id","noteId"]}],"MergeRequests":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"accept","args":["projectId","mergerequestIId"]},{"name":"addSpentTime","args":["projectId","mergerequestIId","duration"]},{"name":"addTimeEstimate","args":["projectId","mergerequestIId","duration"]},{"name":"all","args":[]},{"name":"approve","args":["projectId","mergerequestIId"]},{"name":"approvals","args":["projectId"]},{"name":"approvalState","args":["projectId","mergerequestIId"]},{"name":"approvers","args":["projectId","approverIds","approverGroupIds"]},{"name":"cancelOnPipelineSucess","args":["projectId","mergerequestIId"]},{"name":"changes","args":["projectId","mergerequestIId"]},{"name":"closesIssues","args":["projectId","mergerequestIId"]},{"name":"commits","args":["projectId","mergerequestIId"]},{"name":"create","args":["projectId","sourceBranch","targetBranch","title"]},{"name":"edit","args":["projectId","mergerequestIId"]},{"name":"editApprovals","args":["projectId"]},{"name":"participants","args":["projectId","mergerequestIId"]},{"name":"pipelines","args":["projectId","mergerequestIId"]},{"name":"remove","args":["projectId","mergerequestIId"]},{"name":"resetSpentTime","args":["projectId","mergerequestIId"]},{"name":"resetTimeEstimate","args":["projectId","mergerequestIId"]},{"name":"show","args":["projectId","mergerequestIId"]},{"name":"timeStats","args":["projectId","mergerequestIId"]},{"name":"version","args":["projectId","mergerequestIId","versionId"]},{"name":"versions","args":["projectId","mergerequestIId"]},{"name":"unapprove","args":["projectId","mergerequestIId"]},{"name":"unsubscribe","args":["projectId","mergerequestIId"]}],"Namespaces":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":[]},{"name":"show","args":["namespaceId"]}],"NotificationSettings":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":[]},{"name":"edit","args":[]}],"Packages":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["projectId"]},{"name":"remove","args":["projectId","packageId"]},{"name":"show","args":["projectId","packageId"]},{"name":"showFiles","args":["projectId","packageId"]}],"PagesDomains":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":[]},{"name":"create","args":["projectId","domain"]},{"name":"edit","args":["projectId","domain"]},{"name":"show","args":["projectId","domain"]},{"name":"remove","args":["projectId","domain"]}],"PipelineScheduleVariables":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["projectId","pipelineScheduleId"]},{"name":"create","args":["projectId","pipelineScheduleId"]},{"name":"edit","args":["projectId","pipelineScheduleId","keyId"]},{"name":"show","args":["projectId","pipelineScheduleId","keyId"]},{"name":"remove","args":["projectId","pipelineScheduleId","keyId"]}],"PipelineSchedules":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["projectId"]},{"name":"create","args":["projectId","description","ref","cron"]},{"name":"edit","args":["projectId","scheduleId"]},{"name":"remove","args":["projectId","scheduleId"]},{"name":"show","args":["projectId","scheduleId"]},{"name":"takeOwnership","args":["projectId","scheduleId"]}],"Pipelines":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["projectId"]},{"name":"create","args":["projectId","ref"]},{"name":"show","args":["projectId","pipelineId"]},{"name":"retry","args":["projectId","pipelineId"]},{"name":"cancel","args":["projectId","pipelineId"]},{"name":"showJobs","args":["projectId","pipelineId"]}],"ProjectAccessRequests":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["resourceId"]},{"name":"request","args":["resourceId"]},{"name":"approve","args":["resourceId","userId",{}]},{"name":"deny","args":["resourceId","userId"]}],"ProjectBadges":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"add","args":["resourceId"]},{"name":"all","args":["resourceId"]},{"name":"edit","args":["resourceId","badgeId"]},{"name":"preview","args":["resourceId","linkUrl","imageUrl"]},{"name":"remove","args":["resourceId","badgeId"]},{"name":"show","args":["resourceId","badgeId"]}],"ProjectCustomAttributes":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["resourceId"]},{"name":"set","args":["resourceId","customAttributeId","value"]},{"name":"remove","args":["resourceId","customAttributeId"]},{"name":"show","args":["resourceId","customAttributeId"]}],"ProjectHooks":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["projectId"]},{"name":"show","args":["projectId","hookId"]},{"name":"add","args":["projectId","url"]},{"name":"edit","args":["projectId","hookId","url"]},{"name":"remove","args":["projectId","hookId"]}],"ProjectImportExport":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"download","args":["projectId"]},{"name":"exportStatus","args":["projectId"]},{"name":"import","args":["content","path"]},{"name":"importStatus","args":["projectId"]},{"name":"schedule","args":["projectId"]}],"ProjectIssueBoards":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["resourceId"]},{"name":"create","args":["resourceId","name"]},{"name":"createList","args":["resourceId","boardId","labelId"]},{"name":"edit","args":["resourceId","boardId"]},{"name":"editList","args":["resourceId","boardId","listId","position"]},{"name":"lists","args":["resourceId","boardId"]},{"name":"remove","args":["resourceId","boardId"]},{"name":"removeList","args":["resourceId","boardId","listId"]},{"name":"show","args":["resourceId","boardId"]},{"name":"showList","args":["resourceId","boardId","listId"]}],"ProjectMembers":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["resourceId","includeInherited"]},{"name":"add","args":["resourceId","userId","accessLevel"]},{"name":"edit","args":["resourceId","userId","accessLevel"]},{"name":"show","args":["resourceId","userId"]},{"name":"remove","args":["resourceId","userId"]}],"ProjectMilestones":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["resourceId"]},{"name":"create","args":["resourceId","title"]},{"name":"edit","args":["resourceId","milestoneId"]},{"name":"issues","args":["resourceId","milestoneId"]},{"name":"mergeRequests","args":["resourceId","milestoneId"]},{"name":"show","args":["resourceId","milestoneId"]}],"ProjectSnippetAwardEmojis":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["projectId","resourceId","noteId"]},{"name":"award","args":["projectId","resourceId","name","noteId"]},{"name":"remove","args":["projectId","resourceId","awardId","noteId"]},{"name":"show","args":["projectId","resourceId","awardId","noteId"]}],"ProjectSnippetDiscussions":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"addNote","args":["resourceId","resource2Id","discussionId","noteId","content"]},{"name":"all","args":["resourceId","resource2Id"]},{"name":"create","args":["resourceId","resource2Id","content"]},{"name":"editNote","args":["resourceId","resource2Id","discussionId","noteId"]},{"name":"removeNote","args":["resourceId","resource2Id","discussionId","noteId"]},{"name":"show","args":["resourceId","resource2Id","discussionId"]}],"ProjectSnippetNotes":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["resourceId","resource2Id"]},{"name":"create","args":["resourceId","resource2Id","body"]},{"name":"edit","args":["resourceId","resource2Id","noteId","body"]},{"name":"remove","args":["resourceId","resource2Id","noteId"]},{"name":"show","args":["resourceId","resource2Id","noteId"]}],"ProjectSnippets":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["projectId"]},{"name":"content","args":["projectId","snippetId"]},{"name":"create","args":["projectId","title","fileName","code","visibility"]},{"name":"edit","args":["projectId","snippetId"]},{"name":"remove","args":["projectId","snippetId"]},{"name":"show","args":["projectId","snippetId"]},{"name":"userAgentDetails","args":["projectId","snippetId"]}],"ProjectVariables":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["resourceId"]},{"name":"create","args":["resourceId"]},{"name":"edit","args":["resourceId","keyId"]},{"name":"show","args":["resourceId","keyId"]},{"name":"remove","args":["resourceId","keyId"]}],"Projects":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":[]},{"name":"archive","args":["projectId"]},{"name":"create","args":[]},{"name":"edit","args":["projectId"]},{"name":"events","args":["projectId"]},{"name":"fork","args":["projectId"]},{"name":"forks","args":["projectId"]},{"name":"languages","args":["projectId"]},{"name":"mirrorPull","args":["projectId"]},{"name":"remove","args":["projectId"]},{"name":"removeFork","args":["projectId"]},{"name":"search","args":["projectName"]},{"name":"share","args":["projectId","groupId","groupAccess"]},{"name":"show","args":["projectId"]},{"name":"star","args":["projectId"]},{"name":"statuses","args":["projectId","sha","state"]},{"name":"transfer","args":["projectId","namespaceId"]},{"name":"unarchive","args":["projectId"]},{"name":"unshare","args":["projectId","groupId"]},{"name":"unstar","args":["projectId"]},{"name":"updatePushRule","args":["projectId"]},{"name":"upload","args":["projectId","content",{}]}],"ProtectedBranches":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["projectId"]},{"name":"protect","args":["projectId","branchName"]},{"name":"show","args":["projectId","branchName"]},{"name":"unprotect","args":["projectId","branchName"]}],"ProtectedTags":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["projectId"]},{"name":"protect","args":["projectId","tagName"]},{"name":"show","args":["projectId","tagName"]},{"name":"unprotect","args":["projectId","tagName"]}],"PushRules":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"create","args":["projectId"]},{"name":"edit","args":["projectId"]},{"name":"remove","args":["projectId"]},{"name":"show","args":["projectId"]}],"ReleaseLinks":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["projectId","tagName"]},{"name":"create","args":["projectId","tagName","name","url"]},{"name":"edit","args":["projectId","tagName","linkId"]},{"name":"remove","args":["projectId","tagName","linkId"]},{"name":"show","args":["projectId","tagName","linkId"]}],"Releases":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["projectId"]},{"name":"create","args":["projectId"]},{"name":"edit","args":["projectId","tagName"]},{"name":"remove","args":["projectId","tagName"]},{"name":"show","args":["projectId","tagName"]}],"Repositories":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"compare","args":["projectId","from","to"]},{"name":"contributors","args":["projectId"]},{"name":"mergeBase","args":["projectId","refs"]},{"name":"showArchive","args":["projectId"]},{"name":"showBlob","args":["projectId","sha"]},{"name":"showBlobRaw","args":["projectId","sha"]},{"name":"tree","args":["projectId"]}],"RepositoryFiles":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"create","args":["projectId","filePath","branch","content","commitMessage"]},{"name":"edit","args":["projectId","filePath","branch","content","commitMessage"]},{"name":"remove","args":["projectId","filePath","branch","commitMessage"]},{"name":"show","args":["projectId","filePath","ref"]},{"name":"showBlame","args":["projectId","filePath"]},{"name":"showRaw","args":["projectId","filePath","ref"]}],"Runners":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":[]},{"name":"allOwned","args":[]},{"name":"edit","args":["runnerId"]},{"name":"enable","args":["projectId","runnerId"]},{"name":"disable","args":["projectId","runnerId"]},{"name":"jobs","args":["runnerId"]},{"name":"remove","args":["runnerId"]},{"name":"show","args":["runnerId"]}],"Search":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["scope","search"]}],"Services":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"edit","args":["projectId","serviceName"]},{"name":"remove","args":["projectId","serviceName"]},{"name":"show","args":["projectId","serviceName"]}],"SidekiqMetrics":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"queueMetrics","args":[]},{"name":"processMetrics","args":[]},{"name":"jobStats","args":[]},{"name":"compoundMetrics","args":[]}],"Snippets":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":[]},{"name":"content","args":["snippetId"]},{"name":"create","args":["title","fileName","content","visibility"]},{"name":"edit","args":["snippetId"]},{"name":"remove","args":["snippetId"]},{"name":"show","args":["snippetId"]},{"name":"userAgentDetails","args":["snippetId"]}],"SystemHooks":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"add","args":["url"]},{"name":"all","args":[]},{"name":"edit","args":["hookId","url"]},{"name":"remove","args":["hookId"]}],"Tags":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["projectId"]},{"name":"create","args":["projectId"]},{"name":"remove","args":["projectId","tagName"]},{"name":"show","args":["projectId","tagName"]}],"Todos":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":[]},{"name":"create","args":["projectId","mergerequestId"]},{"name":"done","args":[]}],"Triggers":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"add","args":["projectId"]},{"name":"all","args":["projectId"]},{"name":"edit","args":["projectId","triggerId"]},{"name":"remove","args":["projectId","triggerId"]},{"name":"show","args":["projectId","triggerId"]},{"name":"pipeline","args":["projectId","ref","token"]}],"UserCustomAttributes":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["resourceId"]},{"name":"set","args":["resourceId","customAttributeId","value"]},{"name":"remove","args":["resourceId","customAttributeId"]},{"name":"show","args":["resourceId","customAttributeId"]}],"UserEmails":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":[]},{"name":"add","args":["email"]},{"name":"show","args":["emailId"]},{"name":"remove","args":["emailId"]}],"UserGPGKeys":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":[]},{"name":"add","args":["title","key"]},{"name":"show","args":["keyId"]},{"name":"remove","args":["keyId"]}],"UserImpersonationTokens":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["userId"]},{"name":"add","args":["userId","name","scopes","expiresAt"]},{"name":"show","args":["userId","tokenId"]},{"name":"revoke","args":["userId","tokenId"]}],"UserKeys":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":[]},{"name":"create","args":["title","key"]},{"name":"show","args":["keyId"]},{"name":"remove","args":["keyId"]}],"Users":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":[]},{"name":"activities","args":[]},{"name":"projects","args":["userId"]},{"name":"block","args":["userId"]},{"name":"create","args":[]},{"name":"current","args":[]},{"name":"edit","args":["userId"]},{"name":"events","args":["userId"]},{"name":"search","args":["emailOrUsername"]},{"name":"show","args":["userId"]},{"name":"remove","args":["userId"]},{"name":"unblock","args":["userId"]}],"Version":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"show","args":[]}],"Wikis":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["projectId"]},{"name":"create","args":["projectId"]},{"name":"edit","args":["projectId","slug"]},{"name":"show","args":["projectId","slug"]},{"name":"remove","args":["projectId","slug"]}]}
{"ApplicationSettings":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":[]},{"name":"edit","args":[]}],"Branches":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["projectId"]},{"name":"create","args":["projectId","branchName","ref"]},{"name":"protect","args":["projectId","branchName"]},{"name":"remove","args":["projectId","branchName"]},{"name":"show","args":["projectId","branchName"]},{"name":"unprotect","args":["projectId","branchName"]}],"BroadcastMessages":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":[]},{"name":"create","args":[]},{"name":"edit","args":["broadcastMessageId"]},{"name":"remove","args":["broadcastMessageId"]},{"name":"show","args":["broadcastMessageId"]}],"CommitDiscussions":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"addNote","args":["resourceId","resource2Id","discussionId","noteId","content"]},{"name":"all","args":["resourceId","resource2Id"]},{"name":"create","args":["resourceId","resource2Id","content"]},{"name":"editNote","args":["resourceId","resource2Id","discussionId","noteId"]},{"name":"removeNote","args":["resourceId","resource2Id","discussionId","noteId"]},{"name":"show","args":["resourceId","resource2Id","discussionId"]}],"Commits":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["projectId"]},{"name":"cherryPick","args":["projectId","sha","branch"]},{"name":"comments","args":["projectId","sha"]},{"name":"create","args":["projectId"]},{"name":"createComment","args":["projectId","sha","note"]},{"name":"diff","args":["projectId","sha"]},{"name":"editStatus","args":["projectId","sha"]},{"name":"references","args":["projectId","sha"]},{"name":"show","args":["projectId","sha"]},{"name":"status","args":["projectId","sha"]},{"name":"mergeRequests","args":["projectId","sha"]}],"ContainerRegistry":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"repositories","args":["projectId"]},{"name":"tags","args":["projectId","repositoryId"]},{"name":"removeRepository","args":["projectId","repositoryId"]},{"name":"removeTag","args":["projectId","repositoryId","tagName"]},{"name":"removeTags","args":["projectId","repositoryId","tagNameRegex"]},{"name":"showTag","args":["projectId","repositoryId","tagName"]}],"DeployKeys":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"add","args":["projectId"]},{"name":"all","args":[]},{"name":"edit","args":["projectId","keyId"]},{"name":"enable","args":["projectId","keyId"]},{"name":"remove","args":["projectId","keyId"]},{"name":"show","args":["projectId","keyId"]}],"Deployments":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["projectId"]},{"name":"show","args":["projectId","deploymentId"]}],"Environments":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["projectId"]},{"name":"show","args":["projectId","environmentId"]},{"name":"create","args":["projectId"]},{"name":"edit","args":["projectId","environmentId"]},{"name":"remove","args":["projectId","environmentId"]},{"name":"stop","args":["projectId","environmentId"]}],"EpicDiscussions":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"addNote","args":["resourceId","resource2Id","discussionId","noteId","content"]},{"name":"all","args":["resourceId","resource2Id"]},{"name":"create","args":["resourceId","resource2Id","content"]},{"name":"editNote","args":["resourceId","resource2Id","discussionId","noteId"]},{"name":"removeNote","args":["resourceId","resource2Id","discussionId","noteId"]},{"name":"show","args":["resourceId","resource2Id","discussionId"]}],"EpicIssues":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["groupId","epicId"]},{"name":"assign","args":["groupId","epicId","issueId"]},{"name":"edit","args":["groupId","epicId","issueId"]},{"name":"remove","args":["groupId","epicId","issueId"]}],"EpicNotes":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["resourceId","resource2Id"]},{"name":"create","args":["resourceId","resource2Id","body"]},{"name":"edit","args":["resourceId","resource2Id","noteId","body"]},{"name":"remove","args":["resourceId","resource2Id","noteId"]},{"name":"show","args":["resourceId","resource2Id","noteId"]}],"Epics":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["groupId"]},{"name":"create","args":["groupId","title"]},{"name":"edit","args":["groupId","epicId"]},{"name":"remove","args":["groupId","epicId"]},{"name":"show","args":["groupId","epicId"]}],"Events":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":[]}],"FeatureFlags":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":[]},{"name":"set","args":["name"]}],"GeoNodes":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":[]},{"name":"create","args":["geonodeId"]},{"name":"edit","args":["geonodeId"]},{"name":"failures","args":[]},{"name":"repair","args":["geonodeId"]},{"name":"show","args":["geonodeId"]},{"name":"status","args":["geonodeId"]},{"name":"statuses","args":[]}],"GitLabCIYMLTemplates":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":[]},{"name":"show","args":["resourceId"]}],"GitignoreTemplates":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":[]},{"name":"show","args":["resourceId"]}],"GroupAccessRequests":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["resourceId"]},{"name":"request","args":["resourceId"]},{"name":"approve","args":["resourceId","userId",{}]},{"name":"deny","args":["resourceId","userId"]}],"GroupBadges":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"add","args":["resourceId"]},{"name":"all","args":["resourceId"]},{"name":"edit","args":["resourceId","badgeId"]},{"name":"preview","args":["resourceId","linkUrl","imageUrl"]},{"name":"remove","args":["resourceId","badgeId"]},{"name":"show","args":["resourceId","badgeId"]}],"GroupCustomAttributes":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["resourceId"]},{"name":"set","args":["resourceId","customAttributeId","value"]},{"name":"remove","args":["resourceId","customAttributeId"]},{"name":"show","args":["resourceId","customAttributeId"]}],"GroupIssueBoards":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["resourceId"]},{"name":"create","args":["resourceId","name"]},{"name":"createList","args":["resourceId","boardId","labelId"]},{"name":"edit","args":["resourceId","boardId"]},{"name":"editList","args":["resourceId","boardId","listId","position"]},{"name":"lists","args":["resourceId","boardId"]},{"name":"remove","args":["resourceId","boardId"]},{"name":"removeList","args":["resourceId","boardId","listId"]},{"name":"show","args":["resourceId","boardId"]},{"name":"showList","args":["resourceId","boardId","listId"]}],"GroupLabels":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["resourceId"]},{"name":"create","args":["resourceId","labelName","color"]},{"name":"edit","args":["resourceId","labelName"]},{"name":"remove","args":["resourceId","labelName"]},{"name":"subscribe","args":["resourceId","labelId"]},{"name":"unsubscribe","args":["resourceId","labelId"]}],"GroupMembers":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["resourceId","includeInherited"]},{"name":"add","args":["resourceId","userId","accessLevel"]},{"name":"edit","args":["resourceId","userId","accessLevel"]},{"name":"show","args":["resourceId","userId"]},{"name":"remove","args":["resourceId","userId"]}],"GroupMilestones":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["resourceId"]},{"name":"create","args":["resourceId","title"]},{"name":"edit","args":["resourceId","milestoneId"]},{"name":"issues","args":["resourceId","milestoneId"]},{"name":"mergeRequests","args":["resourceId","milestoneId"]},{"name":"show","args":["resourceId","milestoneId"]}],"GroupProjects":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["groupId"]},{"name":"add","args":["groupId","projectId"]}],"GroupVariables":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["resourceId"]},{"name":"create","args":["resourceId"]},{"name":"edit","args":["resourceId","keyId"]},{"name":"show","args":["resourceId","keyId"]},{"name":"remove","args":["resourceId","keyId"]}],"Groups":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":[]},{"name":"create","args":[]},{"name":"createLDAPLink","args":["groupId","cn","groupAccess","provider"]},{"name":"edit","args":["groupId"]},{"name":"remove","args":["groupId"]},{"name":"removeLDAPLink","args":["groupId","cn"]},{"name":"search","args":["nameOrPath"]},{"name":"show","args":["groupId"]},{"name":"subgroups","args":["groupId"]},{"name":"syncLDAP","args":["groupId"]}],"IssueAwardEmojis":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["projectId","resourceId","noteId"]},{"name":"award","args":["projectId","resourceId","name","noteId"]},{"name":"remove","args":["projectId","resourceId","awardId","noteId"]},{"name":"show","args":["projectId","resourceId","awardId","noteId"]}],"IssueDiscussions":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"addNote","args":["resourceId","resource2Id","discussionId","noteId","content"]},{"name":"all","args":["resourceId","resource2Id"]},{"name":"create","args":["resourceId","resource2Id","content"]},{"name":"editNote","args":["resourceId","resource2Id","discussionId","noteId"]},{"name":"removeNote","args":["resourceId","resource2Id","discussionId","noteId"]},{"name":"show","args":["resourceId","resource2Id","discussionId"]}],"IssueNotes":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["resourceId","resource2Id"]},{"name":"create","args":["resourceId","resource2Id","body"]},{"name":"edit","args":["resourceId","resource2Id","noteId","body"]},{"name":"remove","args":["resourceId","resource2Id","noteId"]},{"name":"show","args":["resourceId","resource2Id","noteId"]}],"Issues":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"addSpentTime","args":["projectId","issueId","duration"]},{"name":"addTimeEstimate","args":["projectId","issueId","duration"]},{"name":"all","args":[]},{"name":"create","args":["projectId"]},{"name":"edit","args":["projectId","issueId"]},{"name":"link","args":["projectId","issueIId","targetProjectId","targetIssueId"]},{"name":"participants","args":["projectId","issueId"]},{"name":"remove","args":["projectId","issueId"]},{"name":"resetSpentTime","args":["projectId","issueId"]},{"name":"resetTimeEstimate","args":["projectId","issueId"]},{"name":"show","args":["projectId","issueId"]},{"name":"subscribe","args":["projectId","issueId"]},{"name":"timeStats","args":["projectId","issueId"]},{"name":"unsubscribe","args":["projectId","issueId"]}],"Jobs":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["projectId"]},{"name":"cancel","args":["projectId","jobId"]},{"name":"downloadSingleArtifactFile","args":["projectId","jobId","artifactPath"]},{"name":"downloadLatestArtifactFile","args":["projectId","ref","name"]},{"name":"downloadTraceFile","args":["projectId","jobId"]},{"name":"erase","args":["projectId","jobId"]},{"name":"eraseArtifacts","args":["projectId","jobId"]},{"name":"keepArtifacts","args":["projectId","jobId"]},{"name":"play","args":["projectId","jobId"]},{"name":"retry","args":["projectId","jobId"]},{"name":"show","args":["projectId","jobId"]},{"name":"showPipelineJobs","args":["projectId","pipelineId"]}],"Keys":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"show","args":["keyId"]}],"Labels":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["resourceId"]},{"name":"create","args":["resourceId","labelName","color"]},{"name":"edit","args":["resourceId","labelName"]},{"name":"remove","args":["resourceId","labelName"]},{"name":"subscribe","args":["resourceId","labelId"]},{"name":"unsubscribe","args":["resourceId","labelId"]}],"Licence":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":[]},{"name":"create","args":[]}],"LicenceTemplates":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":[]},{"name":"show","args":["resourceId"]}],"Lint":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"lint","args":["content"]}],"Markdown":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"render","args":["text"]}],"MergeRequestAwardEmojis":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["projectId","resourceId","noteId"]},{"name":"award","args":["projectId","resourceId","name","noteId"]},{"name":"remove","args":["projectId","resourceId","awardId","noteId"]},{"name":"show","args":["projectId","resourceId","awardId","noteId"]}],"MergeRequestDiscussions":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"addNote","args":["resourceId","resource2Id","discussionId","noteId","content"]},{"name":"all","args":["resourceId","resource2Id"]},{"name":"create","args":["resourceId","resource2Id","content"]},{"name":"editNote","args":["resourceId","resource2Id","discussionId","noteId"]},{"name":"removeNote","args":["resourceId","resource2Id","discussionId","noteId"]},{"name":"show","args":["resourceId","resource2Id","discussionId"]}],"MergeRequestNotes":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["resourceId","resource2Id"]},{"name":"create","args":["resourceId","resource2Id","body"]},{"name":"edit","args":["resourceId","resource2Id","noteId","body"]},{"name":"remove","args":["resourceId","resource2Id","noteId"]},{"name":"show","args":["resourceId","resource2Id","noteId"]}],"MergeRequests":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"accept","args":["projectId","mergerequestIId"]},{"name":"addSpentTime","args":["projectId","mergerequestIId","duration"]},{"name":"addTimeEstimate","args":["projectId","mergerequestIId","duration"]},{"name":"all","args":[]},{"name":"approve","args":["projectId","mergerequestIId"]},{"name":"approvals","args":["projectId"]},{"name":"approvalState","args":["projectId","mergerequestIId"]},{"name":"approvers","args":["projectId","approverIds","approverGroupIds"]},{"name":"cancelOnPipelineSucess","args":["projectId","mergerequestIId"]},{"name":"changes","args":["projectId","mergerequestIId"]},{"name":"closesIssues","args":["projectId","mergerequestIId"]},{"name":"commits","args":["projectId","mergerequestIId"]},{"name":"create","args":["projectId","sourceBranch","targetBranch","title"]},{"name":"edit","args":["projectId","mergerequestIId"]},{"name":"editApprovals","args":["projectId"]},{"name":"participants","args":["projectId","mergerequestIId"]},{"name":"pipelines","args":["projectId","mergerequestIId"]},{"name":"remove","args":["projectId","mergerequestIId"]},{"name":"resetSpentTime","args":["projectId","mergerequestIId"]},{"name":"resetTimeEstimate","args":["projectId","mergerequestIId"]},{"name":"show","args":["projectId","mergerequestIId"]},{"name":"timeStats","args":["projectId","mergerequestIId"]},{"name":"version","args":["projectId","mergerequestIId","versionId"]},{"name":"versions","args":["projectId","mergerequestIId"]},{"name":"unapprove","args":["projectId","mergerequestIId"]},{"name":"unsubscribe","args":["projectId","mergerequestIId"]}],"Namespaces":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":[]},{"name":"show","args":["namespaceId"]}],"NotificationSettings":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":[]},{"name":"edit","args":[]}],"Packages":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["projectId"]},{"name":"remove","args":["projectId","packageId"]},{"name":"show","args":["projectId","packageId"]},{"name":"showFiles","args":["projectId","packageId"]}],"PagesDomains":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":[]},{"name":"create","args":["projectId","domain"]},{"name":"edit","args":["projectId","domain"]},{"name":"show","args":["projectId","domain"]},{"name":"remove","args":["projectId","domain"]}],"PipelineScheduleVariables":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["projectId","pipelineScheduleId"]},{"name":"create","args":["projectId","pipelineScheduleId"]},{"name":"edit","args":["projectId","pipelineScheduleId","keyId"]},{"name":"show","args":["projectId","pipelineScheduleId","keyId"]},{"name":"remove","args":["projectId","pipelineScheduleId","keyId"]}],"PipelineSchedules":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["projectId"]},{"name":"create","args":["projectId","description","ref","cron"]},{"name":"edit","args":["projectId","scheduleId"]},{"name":"remove","args":["projectId","scheduleId"]},{"name":"show","args":["projectId","scheduleId"]},{"name":"takeOwnership","args":["projectId","scheduleId"]}],"Pipelines":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["projectId"]},{"name":"create","args":["projectId","ref"]},{"name":"show","args":["projectId","pipelineId"]},{"name":"retry","args":["projectId","pipelineId"]},{"name":"cancel","args":["projectId","pipelineId"]},{"name":"showJobs","args":["projectId","pipelineId"]}],"ProjectAccessRequests":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["resourceId"]},{"name":"request","args":["resourceId"]},{"name":"approve","args":["resourceId","userId",{}]},{"name":"deny","args":["resourceId","userId"]}],"ProjectBadges":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"add","args":["resourceId"]},{"name":"all","args":["resourceId"]},{"name":"edit","args":["resourceId","badgeId"]},{"name":"preview","args":["resourceId","linkUrl","imageUrl"]},{"name":"remove","args":["resourceId","badgeId"]},{"name":"show","args":["resourceId","badgeId"]}],"ProjectCustomAttributes":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["resourceId"]},{"name":"set","args":["resourceId","customAttributeId","value"]},{"name":"remove","args":["resourceId","customAttributeId"]},{"name":"show","args":["resourceId","customAttributeId"]}],"ProjectHooks":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["projectId"]},{"name":"show","args":["projectId","hookId"]},{"name":"add","args":["projectId","url"]},{"name":"edit","args":["projectId","hookId","url"]},{"name":"remove","args":["projectId","hookId"]}],"ProjectImportExport":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"download","args":["projectId"]},{"name":"exportStatus","args":["projectId"]},{"name":"import","args":["content","path"]},{"name":"importStatus","args":["projectId"]},{"name":"schedule","args":["projectId"]}],"ProjectIssueBoards":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["resourceId"]},{"name":"create","args":["resourceId","name"]},{"name":"createList","args":["resourceId","boardId","labelId"]},{"name":"edit","args":["resourceId","boardId"]},{"name":"editList","args":["resourceId","boardId","listId","position"]},{"name":"lists","args":["resourceId","boardId"]},{"name":"remove","args":["resourceId","boardId"]},{"name":"removeList","args":["resourceId","boardId","listId"]},{"name":"show","args":["resourceId","boardId"]},{"name":"showList","args":["resourceId","boardId","listId"]}],"ProjectMembers":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["resourceId","includeInherited"]},{"name":"add","args":["resourceId","userId","accessLevel"]},{"name":"edit","args":["resourceId","userId","accessLevel"]},{"name":"show","args":["resourceId","userId"]},{"name":"remove","args":["resourceId","userId"]}],"ProjectMilestones":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["resourceId"]},{"name":"create","args":["resourceId","title"]},{"name":"edit","args":["resourceId","milestoneId"]},{"name":"issues","args":["resourceId","milestoneId"]},{"name":"mergeRequests","args":["resourceId","milestoneId"]},{"name":"show","args":["resourceId","milestoneId"]}],"ProjectSnippetAwardEmojis":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["projectId","resourceId","noteId"]},{"name":"award","args":["projectId","resourceId","name","noteId"]},{"name":"remove","args":["projectId","resourceId","awardId","noteId"]},{"name":"show","args":["projectId","resourceId","awardId","noteId"]}],"ProjectSnippetDiscussions":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"addNote","args":["resourceId","resource2Id","discussionId","noteId","content"]},{"name":"all","args":["resourceId","resource2Id"]},{"name":"create","args":["resourceId","resource2Id","content"]},{"name":"editNote","args":["resourceId","resource2Id","discussionId","noteId"]},{"name":"removeNote","args":["resourceId","resource2Id","discussionId","noteId"]},{"name":"show","args":["resourceId","resource2Id","discussionId"]}],"ProjectSnippetNotes":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["resourceId","resource2Id"]},{"name":"create","args":["resourceId","resource2Id","body"]},{"name":"edit","args":["resourceId","resource2Id","noteId","body"]},{"name":"remove","args":["resourceId","resource2Id","noteId"]},{"name":"show","args":["resourceId","resource2Id","noteId"]}],"ProjectSnippets":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["projectId"]},{"name":"content","args":["projectId","snippetId"]},{"name":"create","args":["projectId","title","fileName","code","visibility"]},{"name":"edit","args":["projectId","snippetId"]},{"name":"remove","args":["projectId","snippetId"]},{"name":"show","args":["projectId","snippetId"]},{"name":"userAgentDetails","args":["projectId","snippetId"]}],"ProjectVariables":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["resourceId"]},{"name":"create","args":["resourceId"]},{"name":"edit","args":["resourceId","keyId"]},{"name":"show","args":["resourceId","keyId"]},{"name":"remove","args":["resourceId","keyId"]}],"Projects":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":[]},{"name":"archive","args":["projectId"]},{"name":"create","args":[]},{"name":"edit","args":["projectId"]},{"name":"events","args":["projectId"]},{"name":"fork","args":["projectId"]},{"name":"forks","args":["projectId"]},{"name":"languages","args":["projectId"]},{"name":"mirrorPull","args":["projectId"]},{"name":"remove","args":["projectId"]},{"name":"removeFork","args":["projectId"]},{"name":"search","args":["projectName"]},{"name":"share","args":["projectId","groupId","groupAccess"]},{"name":"show","args":["projectId"]},{"name":"star","args":["projectId"]},{"name":"statuses","args":["projectId","sha","state"]},{"name":"transfer","args":["projectId","namespaceId"]},{"name":"unarchive","args":["projectId"]},{"name":"unshare","args":["projectId","groupId"]},{"name":"unstar","args":["projectId"]},{"name":"updatePushRule","args":["projectId"]},{"name":"upload","args":["projectId","content",{}]}],"ProtectedBranches":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["projectId"]},{"name":"protect","args":["projectId","branchName"]},{"name":"show","args":["projectId","branchName"]},{"name":"unprotect","args":["projectId","branchName"]}],"ProtectedTags":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["projectId"]},{"name":"protect","args":["projectId","tagName"]},{"name":"show","args":["projectId","tagName"]},{"name":"unprotect","args":["projectId","tagName"]}],"PushRules":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"create","args":["projectId"]},{"name":"edit","args":["projectId"]},{"name":"remove","args":["projectId"]},{"name":"show","args":["projectId"]}],"ReleaseLinks":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["projectId","tagName"]},{"name":"create","args":["projectId","tagName","name","url"]},{"name":"edit","args":["projectId","tagName","linkId"]},{"name":"remove","args":["projectId","tagName","linkId"]},{"name":"show","args":["projectId","tagName","linkId"]}],"Releases":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["projectId"]},{"name":"create","args":["projectId"]},{"name":"edit","args":["projectId","tagName"]},{"name":"remove","args":["projectId","tagName"]},{"name":"show","args":["projectId","tagName"]}],"Repositories":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"compare","args":["projectId","from","to"]},{"name":"contributors","args":["projectId"]},{"name":"mergeBase","args":["projectId","refs"]},{"name":"showArchive","args":["projectId"]},{"name":"showBlob","args":["projectId","sha"]},{"name":"showBlobRaw","args":["projectId","sha"]},{"name":"tree","args":["projectId"]}],"RepositoryFiles":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"create","args":["projectId","filePath","branch","content","commitMessage"]},{"name":"edit","args":["projectId","filePath","branch","content","commitMessage"]},{"name":"remove","args":["projectId","filePath","branch","commitMessage"]},{"name":"show","args":["projectId","filePath","ref"]},{"name":"showBlame","args":["projectId","filePath"]},{"name":"showRaw","args":["projectId","filePath","ref"]}],"Runners":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":[]},{"name":"allOwned","args":[]},{"name":"edit","args":["runnerId"]},{"name":"enable","args":["projectId","runnerId"]},{"name":"disable","args":["projectId","runnerId"]},{"name":"jobs","args":["runnerId"]},{"name":"remove","args":["runnerId"]},{"name":"show","args":["runnerId"]}],"Search":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["scope","search"]}],"Services":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"edit","args":["projectId","serviceName"]},{"name":"remove","args":["projectId","serviceName"]},{"name":"show","args":["projectId","serviceName"]}],"SidekiqMetrics":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"queueMetrics","args":[]},{"name":"processMetrics","args":[]},{"name":"jobStats","args":[]},{"name":"compoundMetrics","args":[]}],"Snippets":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":[]},{"name":"content","args":["snippetId"]},{"name":"create","args":["title","fileName","content","visibility"]},{"name":"edit","args":["snippetId"]},{"name":"remove","args":["snippetId"]},{"name":"show","args":["snippetId"]},{"name":"userAgentDetails","args":["snippetId"]}],"SystemHooks":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"add","args":["url"]},{"name":"all","args":[]},{"name":"edit","args":["hookId","url"]},{"name":"remove","args":["hookId"]}],"Tags":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["projectId"]},{"name":"create","args":["projectId"]},{"name":"remove","args":["projectId","tagName"]},{"name":"show","args":["projectId","tagName"]}],"Todos":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":[]},{"name":"create","args":["projectId","mergerequestId"]},{"name":"done","args":[]}],"Triggers":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"add","args":["projectId"]},{"name":"all","args":["projectId"]},{"name":"edit","args":["projectId","triggerId"]},{"name":"remove","args":["projectId","triggerId"]},{"name":"show","args":["projectId","triggerId"]},{"name":"pipeline","args":["projectId","ref","token"]}],"UserCustomAttributes":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["resourceId"]},{"name":"set","args":["resourceId","customAttributeId","value"]},{"name":"remove","args":["resourceId","customAttributeId"]},{"name":"show","args":["resourceId","customAttributeId"]}],"UserEmails":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":[]},{"name":"add","args":["email"]},{"name":"show","args":["emailId"]},{"name":"remove","args":["emailId"]}],"UserGPGKeys":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":[]},{"name":"add","args":["title","key"]},{"name":"show","args":["keyId"]},{"name":"remove","args":["keyId"]}],"UserImpersonationTokens":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["userId"]},{"name":"add","args":["userId","name","scopes","expiresAt"]},{"name":"show","args":["userId","tokenId"]},{"name":"revoke","args":["userId","tokenId"]}],"UserKeys":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":[]},{"name":"create","args":["title","key"]},{"name":"show","args":["keyId"]},{"name":"remove","args":["keyId"]}],"Users":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":[]},{"name":"activities","args":[]},{"name":"projects","args":["userId"]},{"name":"block","args":["userId"]},{"name":"create","args":[]},{"name":"current","args":[]},{"name":"edit","args":["userId"]},{"name":"events","args":["userId"]},{"name":"search","args":["emailOrUsername"]},{"name":"show","args":["userId"]},{"name":"remove","args":["userId"]},{"name":"unblock","args":["userId"]}],"Version":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"show","args":[]}],"Wikis":[{"name":"constructor","args":["token","jobToken","oauthToken","sudo","profileToken","profileMode","host","url","version","camelize","rejectUnauthorized","requester","requestTimeout"]},{"name":"all","args":["projectId"]},{"name":"create","args":["projectId"]},{"name":"edit","args":["projectId","slug"]},{"name":"show","args":["projectId","slug"]},{"name":"remove","args":["projectId","slug"]}]}

@@ -11,3 +11,3 @@ import { Requester, BaseServiceOptions } from '.';

readonly rejectUnauthorized: boolean;
constructor({ token, jobToken, oauthToken, sudo, host, url, version, camelize, rejectUnauthorized, requester, requestTimeout, }?: BaseServiceOptions);
constructor({ token, jobToken, oauthToken, sudo, profileToken, profileMode, host, url, version, camelize, rejectUnauthorized, requester, requestTimeout, }?: BaseServiceOptions);
}

@@ -41,2 +41,4 @@ import * as RequestHelper from './RequestHelper';

requestTimeout?: number;
profileToken?: string;
profileMode?: 'execution' | 'memory';
}

@@ -43,0 +45,0 @@ export interface PaginationOptions {

{
"name": "gitlab",
"description": "Full NodeJS implementation of the GitLab API. Supports Promises, Async/Await.",
"version": "11.2.3",
"version": "11.3.0",
"author": {

@@ -6,0 +6,0 @@ "name": "Justin Dalrymple",

@@ -67,14 +67,16 @@ [![npm @latest](https://img.shields.io/npm/v/gitlab.svg)](https://www.npmjs.com/package/gitlab)

| Name | Optional | Default | Description |
| -------------------- | -------- | ----------------------------------------------------- | --------------------------------------------------------------- |
| `host` | Yes | `https://gitlab.com` | Gitlab Instance Host URL |
| `token` | No\* | N/A | Personal Token. Required (one of the three tokens are required) |
| `oauthToken` | No\* | N/A | OAuth Token. Required (one of the three tokens are required) |
| `jobToken` | No\* | N/A | CI Job Token. Required (one of the three tokens are required) |
| `rejectUnauthorized` | Yes | `false` | Http Certificate setting |
| `sudo` | Yes | `false` | Sudo query parameter |
| `version` | Yes | `v4` | API Version ID |
| `camelize` | Yes | `false` | Response Key Camelize. Camelizes all response body keys |
| `requester` | Yes | [KyRequester.ts](./src/infrastructure/KyRequester.ts) | Request Library Wrapper. Currently wraps Ky. |
| `requestTimeout` | Yes | `300000` | Request Library Timeout in ms |
| Name | Optional | Default | Description |
| -------------------- | -------- | ----------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------ |
| `host` | Yes | `https://gitlab.com` | Gitlab Instance Host URL |
| `token` | No\* | N/A | Personal Token. Required (one of the three tokens are required) |
| `oauthToken` | No\* | N/A | OAuth Token. Required (one of the three tokens are required) |
| `jobToken` | No\* | N/A | CI Job Token. Required (one of the three tokens are required) |
| `rejectUnauthorized` | Yes | `false` | Http Certificate setting |
| `sudo` | Yes | `false` | Sudo query parameter |
| `version` | Yes | `v4` | API Version ID |
| `camelize` | Yes | `false` | Response Key Camelize. Camelizes all response body keys |
| `requester` | Yes | [KyRequester.ts](./src/infrastructure/KyRequester.ts) | Request Library Wrapper. Currently wraps Ky. |
| `requestTimeout` | Yes | `300000` | Request Library Timeout in ms |
| `profileToken` | Yes | N/A | [Requests Profiles Token](https://docs.gitlab.com/ee/administration/monitoring/performance/request_profiling.html) |
| `profileMode` | Yes | `execution` | [Requests Profiles Token](https://docs.gitlab.com/ee/administration/monitoring/performance/request_profiling.html) |

@@ -89,5 +91,5 @@ ### CLI Support

Where `service name` is any of the supported API names, `method name` is any of the supported commands on that API service (See source for exceptions, but generally all, show, remove, update) and `--arg1...--arg3` are any of the arguments you would normally supply to the function. The names of the args should match the names in the method headers **EXCEPT** all the optional arguments who's names should match what the GitLab API docs request.
Where `service name` is any of the supported API names, `method name` is any of the supported commands on that API service (See source for exceptions, but generally all, show, remove, update) and `--arg1...--arg3` are any of the arguments you would normally supply to the function. The names of the args should match the names in the method headers **EXCEPT** all the optional arguments whose names should match what the GitLab API docs request.
There is one small exception with the instantiating arguments however, which must be supplied using a `gl` prefix. ie.
There is one small exception with the instantiating arguments, however, which must be supplied using a `gl` prefix. ie.

@@ -129,3 +131,3 @@ ```bash

Keys
Licence
License
LicenceTemplates

@@ -339,6 +341,6 @@ Lint

General rule about all the function parameters:
A general rule about all the function parameters:
- If its a required parameter, it is a named argument in the functions
- If its an optional parameter, it is defined in a options object following the named arguments
- If it's a required parameter, it is a named argument in the functions
- If it's an optional parameter, it is defined in a options object following the named arguments

@@ -362,3 +364,3 @@ ie.

For any .all() function on a resource, it will return all the items from Gitlab. This can be troublesome if there are many items, as the request it self can take a while to be fulfilled. As such, a maxPages option can be passed to limit the scope of the all function.
For any .all() function on a resource, it will return all the items from Gitlab. This can be troublesome if there are many items, as the request itself can take a while to be fulfilled. As such, a maxPages option can be passed to limit the scope of the all function.

@@ -376,3 +378,3 @@ ```javascript

You can also use this in conjunction to the perPage argument which would override the default of 30 per page set by Gitlab:
You can also use this in conjunction with the perPage argument which would override the default of 30 per page set by Gitlab:

@@ -423,3 +425,3 @@ ```javascript

For private gitlab instances, administrators are able to impersonate users through the API. To do so, you have to set the 'Sudo' header on the services you want to impersonate the user for.
For private gitlab instances, administrators can impersonate users through the API. To do so, you have to set the 'Sudo' header on the services you want to impersonate the user for.

@@ -444,3 +446,3 @@ For example, if you want to disable notifications for a specific user:

There is another constructor parameter that allows the user to specify their own custom request library
There is another constructor parameter that allows the user to specify their custom request library
as long as it has a similar API to ky. To specify the library, simply set the `requester` property when

@@ -478,3 +480,3 @@ instatiating a service:

For responses such as file data that may be returned from the API, the data is exposed as a buffer. For example when trying to write a file, this can be done like:
For responses such as file data that may be returned from the API, the data is exposed as a buffer. For example, when trying to write a file, this can be done like:

@@ -519,3 +521,3 @@ ```javascript

1. First run Gitlab in a docker container:
1. First, run Gitlab in a docker container:

@@ -553,3 +555,3 @@ ```bash

This started off as a fork from [node-gitlab](https://github.com/node-gitlab/node-gitlab) but I ended up rewriting much of the code. Here are the original work's [contributors](https://github.com/node-gitlab/node-gitlab#contributors).
This started as a fork from [node-gitlab](https://github.com/node-gitlab/node-gitlab) but I ended up rewriting much of the code. Here are the original work's [contributors](https://github.com/node-gitlab/node-gitlab#contributors).

@@ -556,0 +558,0 @@ - [Dylan DesRosier](https://github.com/ddesrosier)

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc