Skip to content
This repository has been archived by the owner on Apr 9, 2022. It is now read-only.

Latest commit

 

History

History
70 lines (40 loc) · 1.12 KB

readme.md

File metadata and controls

70 lines (40 loc) · 1.12 KB

Top tracker

JavaScript client for Toptal tracker

Install

npm install top-tracker

Import

import * as topTracker from 'top-tracker'

Sample

import { SignIn } from 'top-tracker'

const parameters = {}
const input = {}

new SignIn(parameters)
    .call(input)
    .then((output) => {})
    .catch(({ message, payload }) => {})

Endpoints