@cloudblueconnect/connect-javascript-sdk

25.0.0 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i @cloudblueconnect/connect-javascript-sdk

Weekly Downloads

39

Version

25.0.0

License

Apache-2.0

Unpacked Size

1.06 MB

Total Files

402

Last publish

Collaborators

  • marcserrat
  • ffaraoneim
  • connectsteam