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@oauth@core@effect_FetchBits.hrl
Raw

include/atproto@oauth@core@effect_FetchBits.hrl

-record(fetch_bits, {
request :: gleam@http@request:request(bitstring()),
next :: fun(({ok, gleam@http@response:response(bitstring())} |
{error, atproto@xrpc:transport_error()}) -> atproto@oauth@core@effect:effect(any()))
}).