npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@cloudblueconnect/connect-javascript-sdk

v25.0.0

Published

Cloud Blue Connect Javascript SDK

Downloads

106

Readme

Connect Javascript SDK

Build Status codecov npm Quality Gate Status

Introduction

CloudBlue Connect is a supply automation platform that manages your products and services, contracts, ordering and fulfillment, usage and subscriptions.

It supports any product, from physical goods to cloud products, as well as any channel, including your direct and indirect sales channels and internal procurement.

With its flexible APIs, it can connect to any commerce platform.

Vendors can leverage CloudBlue Connect to:

  • Reduce the total cost of ownership for homegrown technology supporting their indirect channel
  • Standardize integrations with partners
  • Increase efficiencies and minimize redundancies by bridging their direct and indirect sales channels

Service providers can use CloudBlue Connect to:

  • Define, manage and distribute any type of product (omni-product) through any channel (omni-channel)
  • Transform perpetual licensed products into a subscription model
  • Onboard new products into their portfolio quickly to build and deliver unique solutions to end customers

Connect Javascript SDK allows an easy and fast integration with the Cloud Blue Connect Platform. Thanks to it you can automate the fulfillment of orders generated by your products.

Dependencies

Connect Javascript SDK work with Node.js version 10 or later.

Connect Javascript SDK also depends on:

Install

To install the Connect Javascript SDK from a terminal window type:

$ npm install --save @cloudblueconnect/connect-javascript-sdk

Documentation

The full SDK documentation is available here.

Example


// import the ConnectClient class
const { ConnectClient } = require('@cloudblueconnect/connect-javascript-sdk');

// create an instance of the ConnectClient class
const client = new ConnectClient('https://<your api endpoint>/', '<your api key>');

// get a list of products
const products = await client.products.search();

Contribute

If you want to contribute to the Connect Javascript SDK development feel free to open issues or fork the github repository and submit your pull request.

License

The Connect Javascript SDK is licensed under the Apache License 2.0.