buddybid-social-platform-sdk

1.0.8 • Public • Published

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                                        

Package Sidebar

Install

npm i buddybid-social-platform-sdk

Weekly Downloads

37

Version

1.0.8

License

MIT

Last publish

Collaborators

  • buddybid