Need to add search_posts function to the client #536
-
Currently, there is no implementation of the |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
You can call it using 'client. app.bsky.feed.search_posts(...)' |
Beta Was this translation helpful? Give feedback.
-
Thank you for pointing this out, however, this gives me this error
I only see q as the required parameter here #https://github.com/MarshalX/atproto/blob/main/packages/atproto_client/models/app/bsky/feed/search_posts.py |
Beta Was this translation helpful? Give feedback.
-
Understood. Here is how to work with it properly: https://github.com/MarshalX/atproto/blob/main/README.md#models |
Beta Was this translation helpful? Give feedback.
-
Thank you for providing the refrence, after reading and trying to follow the logic, I tried these three options:
then I tried
which gave me this error!
Finally, I tried this which also gave me an error!
Any idea what am I doing wrong here? |
Beta Was this translation helpful? Give feedback.
-
I got it, this worked for me!
Thank you! |
Beta Was this translation helpful? Give feedback.
You can call it using 'client. app.bsky.feed.search_posts(...)'