Is there an explanation or documentation of the Filter argument? #409
Answered
by
MarshalX
MatthiasThoemel
asked this question in
Questions
-
Some of the high level API calls understand a Filter argument, for example get_autor_feed. I cannot find any description of this Filter argument - can somebody point me to the documentation of it? |
Beta Was this translation helpful? Give feedback.
Answered by
MarshalX
Oct 6, 2024
Replies: 1 comment
-
Possible values are: Literal['posts_with_replies'] | Literal['posts_no_replies'] | Literal['posts_with_media'] | Literal['posts_and_author_threads'] And default value is 'posts_with_replies' |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
MarshalX
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Possible values are: Literal['posts_with_replies'] | Literal['posts_no_replies'] | Literal['posts_with_media'] | Literal['posts_and_author_threads']
And default value is 'posts_with_replies'
Ref: https://atproto.blue/en/latest/atproto/atproto_client.models.app.bsky.feed.get_author_feed.html#atproto_client.models.app.bsky.feed.get_author_feed.Params.filter