ibm-connections-profiles-service

1.2.3 • Public • Published

An IBM Connections Profiles API Wrapper, using the oniyi-http-client package for http abstraction

Install

$ npm install --save ibm-connections-profiles-service

Usage

var IbmConnectionsProfilesService = require('ibm-connections-profiles-service');
 
var profiles = new IbmConnectionsProfilesService('http://my-server.example.com/profiles');
 
var options = {} // request options --> use to set options for oniyi-http-client's request
 
profiles.getEntry({email: 'fritz@brause.de'}, options, function(err, profileEntry){
  console.log(profileEntry);
});
 

Breaking change in 1.0.0

  • no promises anymore, all is with callbacks

License

MIT © Benjamin Kroeger

Package Sidebar

Install

npm i ibm-connections-profiles-service

Weekly Downloads

1

Version

1.2.3

License

MIT

Unpacked Size

61.6 kB

Total Files

21

Last publish

Collaborators

  • bkroeger