2020-08-12 00:14:42 +00:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home ](./index.md ) > [cautious-journey ](./cautious-journey.md )
## cautious-journey package
2020-08-12 01:39:53 +00:00
## Classes
| Class | Description |
| --- | --- |
| [GithubRemote ](./cautious-journey.githubremote.md ) | Github/Octokit API implementation of the < code > Remote</ code > contract. |
| [GitlabRemote ](./cautious-journey.gitlabremote.md ) | Gitlab API implementation of the < code > Remote</ code > contract. |
2020-08-12 00:14:42 +00:00
## Functions
| Function | Description |
| --- | --- |
2020-08-29 05:18:35 +00:00
| [resolveProject(options) ](./cautious-journey.resolveproject.md ) | |
2020-08-15 21:41:48 +00:00
| [syncIssueLabels(options) ](./cautious-journey.syncissuelabels.md ) | goes through and resolves each issue in the project. if there are changes and no errors, then updates the issue. |
| [syncProjectLabels(options) ](./cautious-journey.syncprojectlabels.md ) | |
2020-08-12 01:39:53 +00:00
## Interfaces
| Interface | Description |
| --- | --- |
2020-08-15 23:50:39 +00:00
| [ChangeSet ](./cautious-journey.changeset.md ) | A set of labels to add and/or remove. |
2020-08-12 01:39:53 +00:00
| [Remote ](./cautious-journey.remote.md ) | Basic functions which every remote API must provide. |
| [RemoteOptions ](./cautious-journey.remoteoptions.md ) | |
2020-08-12 03:19:01 +00:00
| [ResolveInput ](./cautious-journey.resolveinput.md ) | Collected inputs for a resolver run. |
| [ResolveResult ](./cautious-journey.resolveresult.md ) | Collected results from a resolver run. |
2020-08-12 01:39:53 +00:00
| [StateLabel ](./cautious-journey.statelabel.md ) | Grouped labels: the equivalent of a radio group. |
2020-08-12 03:19:01 +00:00
| [StateValue ](./cautious-journey.statevalue.md ) | One of many values for a particular state. |
| [SyncOptions ](./cautious-journey.syncoptions.md ) | |
2020-08-12 00:14:42 +00:00
2020-08-15 22:24:16 +00:00
## Type Aliases
| Type Alias | Description |
| --- | --- |
| [FlagLabel ](./cautious-journey.flaglabel.md ) | Individual labels: the equivalent of a checkbox. |