1
0
Fork 0
cautious-journey/docs/api/cautious-journey.gitlabremo...

1.4 KiB

Home > cautious-journey > GitlabRemote

GitlabRemote class

Gitlab API implementation of the Remote contract.

Signature:

export declare class GitlabRemote implements Remote 

Implements: Remote

Constructors

Constructor Modifiers Description
(constructor)(options) Constructs a new instance of the GitlabRemote class

Methods

Method Modifiers Description
createComment()
createLabel()
deleteLabel()
getIssue()
getLabel()
listIssues()
listLabels()
updateIssue()
updateLabel()