Atproto primitives for Gleam.
atproto
1

Configure Feed

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

at / gleam.toml
311 B 13 lines
1name = "at" 2version = "1.0.0" 3 4[dependencies] 5gleam_http = ">= 4.3.0 and < 5.0.0" 6gleam_json = ">= 3.1.0 and < 4.0.0" 7gleam_stdlib = ">= 1.0.0 and < 2.0.0" 8gleam_time = ">= 1.8.0 and < 2.0.0" 9munch = ">= 1.0.1 and < 2.0.0" 10ywt_core = ">= 2.0.0 and < 3.0.0" 11 12[dev_dependencies] 13gleeunit = ">= 1.0.0 and < 2.0.0"