๐Ÿ€ ATproto library for gleam
atproto library gleam
34

Configure Feed

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

test: input the parameters in the correct order

kacaii.dev (Jul 2, 2026, 11:39 AM -0300) e9274b7b e1af1e66

+6 -2
+6 -2
test/possum_test.gleam
··· 132 132 133 133 pub fn get_record_test() -> Nil { 134 134 let context = global_data() 135 - let collection = "app.bsky.actor.profile" 136 135 137 136 let assert Ok(response) = 138 137 request.new() 139 138 |> request.set_host(context.pds) 140 - |> possum.get_record(context.did, "self", collection, option.None) 139 + |> possum.get_record( 140 + context.did, 141 + collection: "app.bsky.actor.profile", 142 + rkey: "self", 143 + cid: option.None, 144 + ) 141 145 |> httpc.send 142 146 143 147 let decoder = {