SDK

Background#

The Rollout UI components work by dynamically making requests to the Rollout platform to get info on Apps, Triggers, Actions, their inputs, outputs and more.

The UI component uses a Typescript client library to interface with the platform and all API endpoints that are accessible to the UI Components are made avaiable via this library.

You may also access the library which is effectively an SDK for the Rollout platform.

Installation#

To install the SDK you can simply call:

npm i @rollouthq/api-client-react