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.
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
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>
Full documentation for the Flex.io Javascript SDK can be found here
This SDK is distributed under the Apache License, Version 2.0, see LICENSE for more information.