ibm_bluepages

1.2.1 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i ibm_bluepages

Weekly Downloads

20

Version

1.2.1

License

IPL-1.0

Unpacked Size

15.3 kB

Total Files

5

Last publish

Collaborators

  • thomasguo