1
0
Fork 0
cautious-journey/docs/api/cautious-journey.remote.md

1.3 KiB

Home > cautious-journey > Remote

Remote interface

Basic functions which every remote API must provide.

Signature:

export interface Remote 

Methods

Method Description
createComment(options) Add a comment to an issue (for attribution and auditing).
createLabel(options) Create a new label.
deleteLabel(options) Delete an existing label.
getIssue(options) Get details of a single issue.
getLabel(options) Get details of a single label.
listIssues() List all issues.
listLabels() List all labels.
updateIssue(options) Update an issue.Only labels will be modified.
updateLabel(options) Update a label.