1.0.1 • Published 2 years ago

top-tracker v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Top tracker

JavaScript client for Toptal tracker

Install

npm install top-tracker

Import

import topTracker from 'top-tracker'

Sample

import { Login } from 'top-tracker'

const parameters = {}
const input = {}

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

Endpoints