Packages

ATProtocol and Bluesky client for Elixir (using HTTP)

Retired package: Renamed - Renamed to proto_rune

Current section

Files

Jump to
atproto_http lib atproto.ex
Raw

lib/atproto.ex

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