Packages

The shared sans-io core of the gleam-atproto client packages: XRPC error vocabulary and response handling, plus the OAuth effect kernel.

Current section

Files

Jump to
atproto_core src atproto_core.app.src
Raw

src/atproto_core.app.src

{application, atproto_core, [
{vsn, "0.1.1"},
{applications, [gleam_http,
gleam_json,
gleam_stdlib]},
{description, "The shared sans-io core of the gleam-atproto client packages: XRPC error vocabulary and response handling, plus the OAuth effect kernel."},
{modules, [atproto_core@@main,
atproto_core@identity,
atproto_core@oauth@effect,
atproto_core@oauth@flow,
atproto_core@oauth@metadata,
atproto_core@oauth@resource,
atproto_core@oauth@tokens,
atproto_core@oauth@transport,
atproto_core@xrpc]},
{registered, []}
]}.