flexio-sdk-js

1.28.2 • Public • Published

flexio-sdk-js

Javascript SDK for managing Flex.io resources and services

The Flex.io SDK for Javascript is intended for developers who want to integrate Flex.io into their Javacript applications. This respository also includes the Flex.io Command Line Interface (CLI) is a tool used to manage your Flex.io resources and services. With just one compact tool, you can integrate Flex.io services into your scripts and command-line environment, enabling powerful integration with other systems and software. As of this writing, this SDK is only intended for Node.js applications. Client-side Javascript applications should call Flex.io's REST API directy.

Installing

In Node.js

The preferred way of installing the Flex.io SDK For Node.js is to use the npm package manager. At a command prompt, simply go to your project directory and type in the following command

npm install flexio-sdk-js

Getting off of a CDN

If you simply want to use the Flex.io Javascript SDK in a browser, you can add a script tag with a link to one of the CDNs below:

For example:

<script src="https://cdn.jsdelivr.net/npm/flexio-sdk-js"></script>

Documentation

Full documentation for the Flex.io Javascript SDK can be found here

License

This SDK is distributed under the Apache License, Version 2.0, see LICENSE for more information.

Dependents (1)

Package Sidebar

Install

npm i flexio-sdk-js

Weekly Downloads

89

Version

1.28.2

License

Apache-2.0

Unpacked Size

2.73 MB

Total Files

143

Last publish

Collaborators

  • dzwillia
  • flexio