Access the API using the Ryft SDK
Access Ryft APIs directly from the SDK
First install the SDK
yarn add @mantlemachine/ryft
Initialize the SDK
/** Import SDK */
import { Ryft } from "@mantlemachine/ryft"
/** Initialize the SDK */
let ryft = new Ryft();