Using sdk-for-web with appwrite.io

TypeScript integration

✓ Official SDK
Install
npm install sdk-for-web
Quick start
import Sdk_for_web from 'sdk-for-web';

const client = new Sdk_for_web({ apiKey: "YOUR_API_KEY" });
List Teams
curl \
  -H "X-Appwrite-JWT: $API_KEY" \
  https://appwrite.io/v1/teams
Get User Locale
curl \
  -H "X-Appwrite-JWT: $API_KEY" \
  https://appwrite.io/v1/locale
Get Account
curl \
  -H "X-Appwrite-JWT: $API_KEY" \
  https://appwrite.io/v1/account
SDK on GitHub 📄 API Docs
SDK
sdk-for-web
TypeScript
API
appwrite.io
appwrite.io:client
At a glance
Language TypeScript
Endpoints61
Base URLhttps://appwrite.io/v1
✓ Official