Packages
atproto_http
0.1.0
ATProtocol and Bluesky client for Elixir (using HTTP)
Retired package: Renamed - Renamed to proto_rune
Current section
Files
Jump to
Current section
Files
lib/atproto.ex
defmodule Atproto do
@moduledoc """
Documentation for `Atproto`.
"""
@doc """
Hello world.
## Examples
iex> Atproto.hello()
:world
"""
def hello do
:world
end
end