A service for working with Connery Actions.

Constructors

Properties

apiKey: string
asyncCaller: AsyncCaller
runnerUrl: string

Methods

  • Runs the specified Connery action with the provided input.

    Parameters

    • actionId: string

      The ID of the action to run.

    • input: Input = {}

      The input object expected by the action.

    Returns Promise<string>

    A promise that resolves to a JSON string containing the output of the action.

Generated using TypeDoc