Using supercharge with increase.com

TypeScript integration

Install
npm install supercharge
Quick start
import Supercharge from 'supercharge';

const client = new Supercharge({ apiKey: "YOUR_API_KEY" });
List Cards
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://api.increase.com/cards
List Files
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://api.increase.com/files
List Events
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://api.increase.com/events
SDK on GitHub 📄 API Docs
SDK
supercharge
TypeScript
API
increase.com
increase.com
At a glance
Language TypeScript
Endpoints115
Base URLhttps://api.increase.com