Install & Instantiate Fetcch SDK
We currently do have a Typescript SDK, soon we will have android & iOS SDKs ready
// using npm npm i @fetcch/api // using yarn yarn add @fetcch/api // using pnpm pnpm i @fetcch/api
import Fetcch from "@fetcch/api" const fetcch = new Fetcch("SECRET_KEY")
Last updated 3 years ago