an atproto pds written in F# (.NET 9) 馃
pds fsharp giraffe dotnet atproto
5
fork

Configure Feed

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

at acb1d4f2aeabb0d56d22c3b4f3e07a386e8b16a3 4 lines 100 B view raw
1namespace PDSharp.Core 2 3module Config = 4 type AppConfig = { PublicUrl : string; DidHost : string }