[Home](./index.md) > [cautious-journey](./cautious-journey.md)
## cautious-journey package
## Classes
| Class | Description |
| --- | --- |
| [GithubRemote](./cautious-journey.githubremote.md) | Github/Octokit API implementation of the Remote
contract. |
| [GitlabRemote](./cautious-journey.gitlabremote.md) | Gitlab API implementation of the Remote
contract. |
## Functions
| Function | Description |
| --- | --- |
| [resolveLabels(options)](./cautious-journey.resolvelabels.md) | Resolve the desired set of labels, given a starting set and the flags/states to be applied. |
| [syncIssues(options)](./cautious-journey.syncissues.md) | goes through and resolves each issue in the project. if there are changes and no errors, then updates the issue. |
| [syncLabels(options)](./cautious-journey.synclabels.md) | |
## Interfaces
| Interface | Description |
| --- | --- |
| [FlagLabel](./cautious-journey.flaglabel.md) | Individual labels: the equivalent of a checkbox. |
| [Remote](./cautious-journey.remote.md) | Basic functions which every remote API must provide. |
| [RemoteOptions](./cautious-journey.remoteoptions.md) | |
| [ResolveInput](./cautious-journey.resolveinput.md) | Collected inputs for a resolver run. |
| [ResolveResult](./cautious-journey.resolveresult.md) | Collected results from a resolver run. |
| [StateChange](./cautious-journey.statechange.md) | The transition between two state values. |
| [StateLabel](./cautious-journey.statelabel.md) | Grouped labels: the equivalent of a radio group. |
| [StateValue](./cautious-journey.statevalue.md) | One of many values for a particular state. |
| [SyncOptions](./cautious-journey.syncoptions.md) | |