itglue-wrapper
v1.0.9
Published
## Install npm install --save itglue-wrapper yarn add itglue-wrapper
Readme
ITGlue Wrapper
Install
npm install --save itglue-wrapper
yarn add itglue-wrapperExample
import { ITGlue } from 'itglue-wrapper';
const itglue = new ITGlue('Your ITGlue API Key');
const organisations = await itglue.getOrganisations()