1.3.0 • Published 8 months ago

troi-library v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

troi-library

Interact with troi api v2 without hassle. Originally build by @nfelger.

Setup

npm i troi-library --save

Usage

import TroiApiService from "troi-library";

const troiUrl = "https://<MY_ORG>.troi.software/api/v2/rest";

const troiApi = new TroiApiService(troiUrl, username, password);
await troiApi.initialize();

troiApi.getCalculationPositions().then((pos) => {
  // ...
});
1.2.0

11 months ago

1.1.1

11 months ago

1.3.0

8 months ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago