Appearance
TypeScript / JavaScript SDK
This page starts with setup prerequisites and then provides an overview of available TypeScript / JavaScript SDK examples.
Before You Start
Before implementing the examples, make sure you have the following in place:
- A Relewise
Dataset IDand privateAPI Keyfrom My Relewise. - A TypeScript or JavaScript project with npm.
- Implementation context from Getting Started and Implementation Steps.
Install the SDK package from npm:
bash
npm install @relewise/clientFor integration examples, you may also need:
bash
npm install @relewise/integrationsTo learn more about the SDK, view it on GitHub.
Examples
Check out our StackBlitz playground to try common Relewise TypeScript SDK requests and see the responses instantly.