Packages

A small, transport-agnostic atproto client for Gleam: XRPC, identity, OAuth discovery, blobs, and repo CRUD.

Current section

Files

Jump to
atproto_client include atproto@xrpc_Client.hrl
Raw

include/atproto@xrpc_Client.hrl

-record(client, {
send :: fun((gleam@http@request:request(bitstring())) -> {ok,
gleam@http@response:response(bitstring())} |
{error, atproto@xrpc:transport_error()})
}).