Cephalopod_models.App_Bsky_Feed_DescribeFeedGeneratorlexicon "app.bsky.feed.describeFeedGenerator"
type main_output = {did : string;format: "Did"
*)feeds : Types.app_bsky_feed_describefeedgenerator_feed list;links : Types.app_bsky_feed_describefeedgenerator_links option;}val pp_main_output :
Ppx_deriving_runtime.Format.formatter ->
main_output ->
Ppx_deriving_runtime.unitval show_main_output : main_output -> Ppx_deriving_runtime.stringval main_output_of_value : main_output Cephalopod_dasl.Value.Util.convval main_output_to_value : main_output -> Cephalopod_dasl.Value.tval main : (unit, main_output, unit) Base.queryGet information about a feed generator, including policies and offered feed URIs. Does not require auth; implemented by Feed Generator services (not App View).
val feed_of_value :
Types.app_bsky_feed_describefeedgenerator_feed
Cephalopod_dasl.Value.Util.convval feed_to_value :
Types.app_bsky_feed_describefeedgenerator_feed ->
Cephalopod_dasl.Value.tval links_of_value :
Types.app_bsky_feed_describefeedgenerator_links
Cephalopod_dasl.Value.Util.convval links_to_value :
Types.app_bsky_feed_describefeedgenerator_links ->
Cephalopod_dasl.Value.t