1.2.1 • Published 4 years ago

ibm_bluepages v1.2.1

Weekly downloads
87
License
IPL-1.0
Repository
github
Last release
4 years ago

Nodejs Customize Module �ibm_bluepages�.

The Module help developer working on an internal application based on Nodejs runtime we were looking for IBM authentication.

Table of Contents

Installation

npm
npm install ibm_bluepages
yarn
yarn add ibm_bluepages

Usage

var bluepage = require("ibm_bluepages");

bluepage.getPersonInfoByIntranetIDUseProfile("your id", function(value) {
	console.log("nameDisplay==================" + value["nameDisplay"]);
	console.log("mail==================" + value["mail"]);
	console.log("role==================" + value["role"]);
	console.log("uid==================" + value["uid"]);
	console.log("timezonecode==================" + value["timeZoneCode"]);
	console.log("address_country==================" + value["address_country"]);
});

Questions

If you are having difficulties using the Module or you have a question about the IBM Watson Services, please ask a question by mail, very happy you used the module.

License

This library is licensed under IBM Public License v1.0. Full license text is available in LICENSE.

1.2.1

4 years ago

1.2.0

4 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago