Socket
Socket
Sign inDemoInstall

buddybid-social-platform-sdk

Package Overview
Dependencies
48
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    buddybid-social-platform-sdk

This is a wrapper around BuddyBid Social Platform API


Version published
Weekly downloads
20
decreased by-33.33%
Maintainers
1
Install size
3.77 MB
Created
Weekly downloads
 

Readme

Source

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                                        

Keywords

FAQs

Last updated on 15 Nov 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc