client

package
v2.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 27, 2026 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	WithRawResponse *RawClient
	Versions        *versions.Client
	Executions      *executions.Client
	Modules         *client.Client
	Triggers        *triggersclient.Client
	// contains filtered or unexported fields
}

func NewClient

func NewClient(options *core.RequestOptions) *Client

func (*Client) Create

Create an action. Once an action is created, it must be deployed, and then bound to a trigger before it will be executed as part of a flow.

func (*Client) Delete

Deletes an action and all of its associated versions. An action must be unbound from all triggers before it can be deleted.

func (*Client) Deploy

Deploy an action. Deploying an action will create a new immutable version of the action. If the action is currently bound to a trigger, then the system will begin executing the newly deployed version of the action immediately. Otherwise, the action will only be executed as a part of a flow once it is bound to that flow.

func (*Client) Get

Retrieve an action by its ID.

func (*Client) List

Retrieve all actions.

func (*Client) Test

Test an action. After updating an action, it can be tested prior to being deployed to ensure it behaves as expected.

func (*Client) Update

Update an existing action. If this action is currently bound to a trigger, updating it will <strong>not</strong> affect any user flows until the action is deployed.

type RawClient

type RawClient struct {
	// contains filtered or unexported fields
}

func NewRawClient

func NewRawClient(options *core.RequestOptions) *RawClient

func (*RawClient) Delete

func (*RawClient) Deploy

func (*RawClient) Get

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL