1.1.0 • Published 2 years ago

andritz.sas.sdk v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

andritz.sas.sdk

####PROJECT DESCRIPTION####

This SDK is meant to access Andritz CRM endpoints. Written in node.js and using axios library to make the requests.

####INSTALLING####

npm i @cdngmnks/andritz.sas.sdk

####CALLING THE SDK####

call Configure.add( authEndpoint, username, password" );

to get credentials for the auth token

import Customers from "@cdngmnks/andritz.sas.sdk/customers"

call "const tmp = await Customers.get({ id: input });" to get the json object containing the customer you searched by id, for user call "const tmp = await Customers.get({ user: input });".