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

MissingValue("lang") #59

Closed kgtkr closed 5 years ago

kgtkr commented 5 years ago

example:

core.run(
        egg_mode::tweet::user_timeline(sn, true, true, &token, &handle)
            .with_page_size(10)
            .start(),
    )
    .unwrap();

It occurs in all APIs as far as I confirm

kgtkr commented 5 years ago

57