View Source Appwrite (appwrite v0.2.1)

Elixir SDK for the Appwrite backend-as-a-service platform.

Configuration

Add the following to your config/config.exs (or per-environment config file):

config :appwrite,
  project_id: "your_project_id",
  secret:     "your_api_key",
  root_uri:   "https://cloud.appwrite.io/v1"

Services

ModuleDescription
Appwrite.Services.AccountsUser authentication & account management
Appwrite.Services.AvatarsAvatars, flags, favicons, QR codes
Appwrite.Services.DatabaseDocument database
Appwrite.Services.FunctionsCloud function executions
Appwrite.Services.GraphQLGraphQL queries and mutations
Appwrite.Services.HealthServer health checks
Appwrite.Services.LocaleLocale, country, and currency data
Appwrite.Services.MessagingPush/SMS/email topic messaging
Appwrite.Services.StorageFile storage and retrieval
Appwrite.Services.TeamsTeam and membership management

Utilities