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

JavaScript client for Toptal tracker

License

Notifications You must be signed in to change notification settings

dalirnet/top-tracker

Repository files navigation

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