๐Ÿ€ ATproto XRPC client for gleam possum.hexdocs.pm
gleam atproto xrpc-client library
41

Configure Feed

Select the types of activity you want to include in your feed.

test/possum: use host variable

kacaii.dev (Jun 27, 2026, 8:35 PM -0300) a80775b2 01798af9

+3 -2
+3 -2
test/possum_test.gleam
··· 17 17 |> request.to_uri 18 18 19 19 assert uri.to_string(uri) 20 - == "https://bsky.social/" 21 - <> "xrpc/com.atproto.identity.resolveHandle" 20 + == "https://" 21 + <> host 22 + <> "/xrpc/com.atproto.identity.resolveHandle" 22 23 <> "?handle=kacaii.dev" 23 24 }