Cephalopod_models.App_Bsky_Feed_DescribeFeedGenerator
lexicon "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.unit
val show_main_output : main_output -> Ppx_deriving_runtime.string
val main_output_of_value : main_output Cephalopod_dasl.Value.Util.conv
val main_output_to_value : main_output -> Cephalopod_dasl.Value.t
val main : (unit, main_output, unit) Base.query
Get 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.conv
val feed_to_value :
Types.app_bsky_feed_describefeedgenerator_feed ->
Cephalopod_dasl.Value.t
val links_of_value :
Types.app_bsky_feed_describefeedgenerator_links
Cephalopod_dasl.Value.Util.conv
val links_to_value :
Types.app_bsky_feed_describefeedgenerator_links ->
Cephalopod_dasl.Value.t