Using sdk-for-node with appwrite.io

TypeScript integration

✓ Official SDK
Install
npm install sdk-for-node
Quick start
import Sdk_for_node from 'sdk-for-node';

const client = new Sdk_for_node({ 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-node
TypeScript
API
appwrite.io
appwrite.io:client
At a glance
Language TypeScript
Endpoints61
Base URLhttps://appwrite.io/v1
✓ Official