Current section
Files
Jump to
Current section
Files
src/atproto_client.app.src
{application, atproto_client, [
{vsn, "0.1.1"},
{applications, [gleam_crypto,
gleam_http,
gleam_json,
gleam_stdlib,
gleam_time,
gose,
kryptos]},
{description, "A small, transport-agnostic atproto client for Gleam: XRPC, identity, OAuth discovery, blobs, and repo CRUD."},
{modules, [atproto@auth,
atproto@blob,
atproto@constellation,
atproto@identity,
atproto@oauth@dpop,
atproto@oauth@flow,
atproto@oauth@metadata,
atproto@oauth@pkce,
atproto@oauth@resource,
atproto@oauth@tokens,
atproto@oauth@transport,
atproto@repo,
atproto@uri,
atproto@xrpc,
atproto_client@@main]},
{registered, []}
]}.