Hierarchy

  • Actions

Constructors

Properties

client: Client

Methods

  • Adds a new reaction to an action

    Type Parameters

    • T = unknown

    Parameters

    Returns Promise<void>

  • Adds a new reaction to an action

    Type Parameters

    • T = unknown

    Parameters

    Returns Promise<T>

  • Delete a specific action. Only comment actions can be deleted.

    Type Parameters

    • T = unknown

    Parameters

    Returns Promise<void>

  • Delete a specific action. Only comment actions can be deleted.

    Type Parameters

    • T = unknown

    Parameters

    Returns Promise<T>

  • Deletes a reaction

    Type Parameters

    • T = unknown

    Parameters

    Returns Promise<void>

  • Deletes a reaction

    Type Parameters

    • T = unknown

    Parameters

    Returns Promise<T>

  • Get an Action

    Type Parameters

    Parameters

    Returns Promise<void>

  • Get an Action

    Type Parameters

    Parameters

    • parameters: GetAction
    • Optional callback: undefined

    Returns Promise<T>

  • Get the Board for an Action

    Type Parameters

    Parameters

    Returns Promise<void>

  • Get the Board for an Action

    Type Parameters

    Parameters

    Returns Promise<T>

  • Get the card for an action

    Type Parameters

    Parameters

    Returns Promise<void>

  • Get the card for an action

    Type Parameters

    Parameters

    Returns Promise<T>

  • Get a specific property of an action

    Type Parameters

    Parameters

    Returns Promise<void>

  • Get a specific property of an action

    Type Parameters

    Parameters

    Returns Promise<T>

  • Get the List for an Action

    Type Parameters

    Parameters

    Returns Promise<void>

  • Get the List for an Action

    Type Parameters

    Parameters

    Returns Promise<T>

  • Gets the member of an action (not the creator)

    Type Parameters

    Parameters

    Returns Promise<void>

  • Gets the member of an action (not the creator)

    Type Parameters

    Parameters

    Returns Promise<T>

  • Get information for a reaction

    Type Parameters

    • T = unknown

    Parameters

    Returns Promise<void>

  • Get information for a reaction

    Type Parameters

    • T = unknown

    Parameters

    Returns Promise<T>

  • List a summary of all reactions for an action

    Type Parameters

    • T = unknown

    Parameters

    Returns Promise<void>

  • List a summary of all reactions for an action

    Type Parameters

    • T = unknown

    Parameters

    Returns Promise<T>

  • List reactions for an action

    Type Parameters

    • T = unknown

    Parameters

    Returns Promise<void>

  • List reactions for an action

    Type Parameters

    • T = unknown

    Parameters

    Returns Promise<T>

  • Update a specific Action. Only comment actions can be updated. Used to edit the content of a comment.

    Type Parameters

    • T = unknown

    Parameters

    Returns Promise<void>

  • Update a specific Action. Only comment actions can be updated. Used to edit the content of a comment.

    Type Parameters

    • T = unknown

    Parameters

    Returns Promise<T>

  • Update a comment action

    Type Parameters

    • T = unknown

    Parameters

    Returns Promise<void>

  • Update a comment action

    Type Parameters

    • T = unknown

    Parameters

    Returns Promise<T>

Generated using TypeDoc v0.24.8