Options
All
  • Public
  • Public/Protected
  • All
Menu

A wrapper around the Blitztime API, in Typescript.

Hierarchy

  • HttpClient

Index

Constructors

constructor

Properties

client

client: AxiosInstance

Methods

_request

  • _request(method: Method, endpoint: string, body?: undefined | Json): Promise<Record<string, any>>
  • Send a request and handle errors in the response.

    Parameters

    • method: Method
    • endpoint: string
    • body: undefined | Json = ...

    Returns Promise<Record<string, any>>

createTimer

getStats

getTimer

  • getTimer(id: number): Promise<Timer>

joinTimer

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Static method

Generated using TypeDoc