Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • TixteClient

Index

Constructors

  • new TixteClient(apiKey: string, options?: { defaultURL?: string }): TixteClient
  • Parameters

    • apiKey: string
    • Optional options: { defaultURL?: string }
      • Optional defaultURL?: string

    Returns TixteClient

Methods

  • Gets account details of user

    Returns Promise<AccountDetails>

  • Gets all domains registered by user

    Returns Promise<AccountDetails>

  • Gets total uploaded file size of user

    Returns Promise<SizeResponse>

  • Type parameters

    • T

    Parameters

    • id: string | number
    • fileInfo: T

    Returns Promise<UploadFileResponse>

  • uploads(page?: number, amount?: number): Promise<Record<string, any>>
  • Parameters

    • page: number = 1
    • amount: number = 3

    Returns Promise<Record<string, any>>

Generated using TypeDoc