1.2.1 • Published 5 years ago

ibm_bluepages v1.2.1

Weekly downloads
87
License
IPL-1.0
Repository
github
Last release
5 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

5 years ago

1.2.0

5 years ago

1.1.5

8 years ago

1.1.4

8 years ago

1.1.3

8 years ago

1.1.2

9 years ago

1.1.1

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago