Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Teams

Index

Methods

Methods

  • get(id: number): Promise<any>
  • Get the details of a team

    Parameters

    • id: number

      Identifier of the team

    Returns Promise<any>

    • Response with Team object in the response body
  • list(): Promise<any>
  • Fetches the list of teams in the account

    Returns Promise<any>

    • Response with teams list in the response body

Generated using TypeDoc