ChaitanyaKaranam / servicenow-rest-api

Node.js Wrapper library for ServiceNow REST API.
https://www.npmjs.com/package/servicenow-rest-api
MIT License
18 stars 21 forks source link

Authenticate() issue #18

Closed ghost closed 3 years ago

ghost commented 3 years ago

No callback is available for Authenticate function in servicenow.js

the below is not working. Not able to know if authentication is successful or not.

ServiceNow.Authenticate(res=>{ console.log(res.status); });