1.3.0 • Published 2 years ago

troi-library v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.1.1

2 years ago

1.3.0

2 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago