Packages

Elixir SDK for the Appwrite backend-as-a-service platform. Covers Auth, Databases, TablesDB, Storage, Functions, Sites, Tokens, Teams, Messaging, GraphQL, and more.

Current section

Files

Jump to
appwrite lib appwrite.ex
Raw

lib/appwrite.ex

defmodule Appwrite do
@moduledoc """
Documentation for `Appwrite`.
"""
@doc """
Hello world.
## Examples
iex> Appwrite.hello()
:world
"""
def hello do
:world
end
end