jpopesculian / twitter-v2-rs

Rust bindings for Twitter API v2
https://docs.rs/twitter-v2/latest
102 stars 28 forks source link

No `get_my_bookmarks` method on `TwitterApiWithUserCtx` #21

Open K4rakara opened 1 year ago

K4rakara commented 1 year ago

Title. The get_user_bookmarks method on TwitterApi only works if you have the users id, so I don't see why there can't be a method on TwitterApiWithUserCtx for that.