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
List Users
curl \
  -H "X-Appwrite-JWT: $API_KEY" \
  https://appwrite.io/v1/users
Get HTTP
curl \
  -H "X-Appwrite-JWT: $API_KEY" \
  https://appwrite.io/v1/health
SDK on GitHub 📄 API Docs
SDK
sdk-for-node
TypeScript
API
appwrite.io
appwrite.io:server
At a glance
Language TypeScript
Endpoints95
Base URLhttps://appwrite.io/v1
✓ Official