Using sdk-for-android with appwrite.io

Kotlin integration

✓ Official SDK
Install
# Maven: see https://github.com/appwrite/sdk-for-android
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-android
Kotlin
API
appwrite.io
appwrite.io:server
At a glance
Language Kotlin
Endpoints95
Base URLhttps://appwrite.io/v1
✓ Official