Expand description
Stateless read operations over &dyn XApiClient.
Each function validates inputs, delegates to the client trait,
and maps errors to ToolkitError. No state, no DB, no policy.
Functions§
- get_
bookmarks - Get the authenticated user’s bookmarks.
- get_
followers - Get followers of a user.
- get_
following - Get accounts a user is following.
- get_
home_ timeline - Get the authenticated user’s home timeline.
- get_
liked_ tweets - Get tweets liked by a user.
- get_me
- Get the authenticated user’s profile.
- get_
mentions - Get mentions for a user.
- get_
tweet - Get a single tweet by ID.
- get_
tweet_ liking_ users - Get users who liked a specific tweet.
- get_
user_ by_ id - Get a user by their numeric ID.
- get_
user_ by_ username - Look up a user by username.
- get_
user_ tweets - Get recent tweets from a specific user.
- get_
users_ by_ ids - Get multiple users by their IDs (1-100).
- search_
tweets - Search recent tweets matching a query.