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 6a2497bd25fea85207695f71658679c5b40a0b9f 9 lines 184 B view raw
1锘縩amespace PDSharp.Core 2 3module Models = 4 [<CLIMutable>] 5 type DescribeServerResponse = { 6 availableUserDomains : string list 7 did : string 8 inviteCodeRequired : bool 9 }