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 = ; var profiles = 'http://my-server.example.com/profiles'; var options = {} // request options --> use to set options for oniyi-http-client's request profiles;
Breaking change in 1.0.0
- no promises anymore, all is with callbacks
License
MIT © Benjamin Kroeger