ibmBluepages

IBM Bluepages API


Keywords
Bluepages
License
Apache-2.0
Install
pip install ibmBluepages==1.3

Documentation

IBM Bluepages Python SDK

Installation

To install, use pip:

pip install --upgrade ibmBluepages

Usage

from ibmBluepages import ibmBluepages

ibmBluepages = ibmBluepages()
personInfo = ibmBluepages.getPersonInfoByIntranetID("intrenetID")
print(personInfo)

Python Version

Tested on: Python 3.5+.

License

This library is licensed under the Apache 2.0 license.