Cephalopod_models.App_Bsky_Feed_GetAuthorFeedlexicon "app.bsky.feed.getAuthorFeed"
type main_params = {actor : string;format: "AtIdentifier"
*)limit : int64 option;default: 50 maximum: 100 minimum: 1
*)cursor : string option;filter : string option;Combinations of post/repost types to include in response. known values: "posts_with_replies"; "posts_no_replies"; "posts_with_media"; "posts_and_author_threads"; "posts_with_video"
includePins : bool option;default: false
*)}val pp_main_params :
Ppx_deriving_runtime.Format.formatter ->
main_params ->
Ppx_deriving_runtime.unitval show_main_params : main_params -> Ppx_deriving_runtime.stringval make_main_params :
actor:string ->
?limit:int64 ->
?cursor:string ->
?filter:string ->
?includePins:bool ->
unit ->
main_paramsval main_params_of_value : main_params Cephalopod_dasl.Value.Util.convval main_params_to_value : main_params -> Cephalopod_dasl.Value.tval 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 pp_main_error :
Ppx_deriving_runtime.Format.formatter ->
main_error ->
Ppx_deriving_runtime.unitval show_main_error : main_error -> Ppx_deriving_runtime.stringval main : (main_params, main_output, main_error) Base.queryGet a view of an actor's 'author feed' (post and reposts by the author). Does not require auth.