egg-mode-rs / egg-mode

a twitter api crate for rust
https://crates.io/crates/egg-mode
Mozilla Public License 2.0
372 stars 65 forks source link

`filter_level` and `language` for sample stream requests #79

Open tesaguri opened 4 years ago

tesaguri commented 4 years ago

https://developer.twitter.com/en/docs/tweets/filter-realtime/guides/basic-stream-parameters

filter_level

This parameter may be used on all streaming endpoints, unless explicitly noted.

language

This parameter may be used on all streaming endpoints, unless explicitly noted.

GET statuses/sample can take these parameters, too. It would be great if egg_mode::stream::sample provided interface for them.