Fetcch
Search
K
Comment on page

SDK Quickstart

Install & Instantiate Fetcch SDK
We currently do have a Typescript SDK, soon we will have android & iOS SDKs ready

Install SDK

// using npm
npm i @fetcch/api
// using yarn
yarn add @fetcch/api
// using pnpm
pnpm i @fetcch/api

Instantiate SDK

import Fetcch from "@fetcch/api"
const fetcch = new Fetcch("SECRET_KEY")