[Home](./index.md) > [cautious-journey](./cautious-journey.md) > [GitlabRemote](./cautious-journey.gitlabremote.md)
## GitlabRemote class
Gitlab API implementation of the `Remote` contract.
Signature:
```typescript
export declare class GitlabRemote implements Remote
```
Implements: [Remote](./cautious-journey.remote.md)
## Constructors
| Constructor | Modifiers | Description |
| --- | --- | --- |
| [(constructor)(options)](./cautious-journey.gitlabremote._constructor_.md) | | Constructs a new instance of the GitlabRemote
class |
## Methods
| Method | Modifiers | Description |
| --- | --- | --- |
| [createComment()](./cautious-journey.gitlabremote.createcomment.md) | | |
| [createLabel()](./cautious-journey.gitlabremote.createlabel.md) | | |
| [deleteLabel()](./cautious-journey.gitlabremote.deletelabel.md) | | |
| [getIssue()](./cautious-journey.gitlabremote.getissue.md) | | |
| [getLabel()](./cautious-journey.gitlabremote.getlabel.md) | | |
| [listIssues()](./cautious-journey.gitlabremote.listissues.md) | | |
| [listLabels()](./cautious-journey.gitlabremote.listlabels.md) | | |
| [updateIssue()](./cautious-journey.gitlabremote.updateissue.md) | | |
| [updateLabel()](./cautious-journey.gitlabremote.updatelabel.md) | | |