ProtoRune.App.Bsky.Feed.DescribeFeedGenerator (proto_rune v0.1.1)
Generated query module for main
Description: Get information about a feed generator, including policies and offered feed URIs. Does not require auth; implemented by Feed Generator services (not App View).
Summary
Types
Link to this type
output()
@type output() :: %{ did: String.t(), feeds: [ProtoRune.App.Bsky.Feed.DescribeFeedGenerator.Feed.t()], links: ProtoRune.App.Bsky.Feed.DescribeFeedGenerator.Links.t() }