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

Configure Feed

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

readme: add details about sending the requests

kacaii.dev (Jul 1, 2026, 7:54 PM -0300) 7581866a ab54f41a

+2 -1
+1
README.md
··· 5 5 6 6 ATproto library for gleam. Helps you build HTTP requests that interact with 7 7 your [Personal Data Server](https://docs.bsky.app/docs/advanced-guides/atproto#achieving-scale). 8 + The user is responsible for sending the request and decoding the response. 8 9 9 10 ## AT Protocol 10 11
+1 -1
gleam.toml
··· 1 1 name = "possum" 2 - version = "1.0.0" 2 + version = "1.0.1" 3 3 4 4 description = "๐Ÿ€ ATproto library for gleam" 5 5 licences = ["Apache-2.0"]