lightyear
Home > @runlightyear/lightyear
lightyear package
Classes
Class | Description |
---|---|
Abstract Classes
Abstract Class | Description |
---|---|
Docs for AuthConnector | |
The Base for all connectors. | |
GraphQL Connector The base for making calls to GraphQL APIs | |
OAuth2 Connector Creates the input to the 3 essential OAuth tasks:
| |
Rest Connector The base for making calls to REST APIs | |
(ALPHA) Smtp Connector | |
Functions
Function | Description |
---|---|
Define an Action | |
(ALPHA) | |
(BETA) Define a Custom App | |
(ALPHA) | |
Define a Webhook | |
(ALPHA) | |
(ALPHA) | |
Set a secret on the current action or webhook. | |
Set a variable on the current action or webhook. | |
Interfaces
Interface | Description |
---|---|
(ALPHA) | |
(ALPHA) | |
(ALPHA) | |
(ALPHA) | |
(ALPHA) | |
(ALPHA) | |
Variables
Variable | Description |
---|---|
This can be thrown inside a RunFunc to end execution tell the action to rerun. The action will be rerun with the same props as the original run. | |
This can be thrown inside a RunFunc to end execution and mark the run as Skipped. |
Type Aliases
Type Alias | Description |
---|---|
(BETA) | |
(ALPHA) | |
(ALPHA) | |