1.0.1 • Published 7 months ago

troublefree-v3 v1.0.1

Weekly downloads
-
License
AGPL
Repository
github
Last release
7 months ago

Troublefree v3 TypeScript API Client

Build Status NPM Version NPM Downloads

Unofficial TypeScript API client for the Troublefree Retail API.

Installation

npm

npm install troublefree-v3

yarn

yarn add troublefree-v3

Usage

Creating a client

import { Troublefree } from "troublefree-v3"

const client = new Troublefree({
  username: "[USERNAME]",   // Troublefree username
  password: "[PASSWORD]",   // Troublefree password
  company: "[COMPANY]",     // Troublefree company (administration name)
})
1.0.1

7 months ago

1.0.0

7 months ago