buddybid-social-platform-sdk
v1.0.8
Published
This is a wrapper around BuddyBid Social Platform API
Maintainers
Readme
BuddyBid Social Platform Node SDK
More information about BuddyBId Social Commerce visit BuddyBid Commerce Everywhere
API Documentation information BuddyBid Social Commerce API Documentation
const BuddyBid = require('../lib/buddybid');
var BB = new BuddyBid({ baseEndpoint:'your-shop.buddybid.co',
ownerId: '56a687ce13e2df0875b457e1',
apiKey:'98a80d3638be5623be4a559b8f96a398'});
BB.get('/owner/56a687ce13e2df0875b457e1', function(err, body) {
console.log(body);
}); NPM
npm install buddybid-social-platform-sdk --save 