📖Introduction

Short introduction to the Dev3 JavaScript SDK.

The SDK exposes all the core functionalities available when using the Dev3 Dashboard.

At this moment, the only available SDK implementation is JavaScript based and can be used inside JS based projects implemented in technologies such as:

  • NodeJS

  • React

  • Angular

  • Other JS based frameworks

Using the SDK to integrate the Dev3 inside your project is highly recommended and advised to be used instead of connecting to the API directly. SDK is easy to integrate, and you will do more in less lines of code.

Last updated