github-rust icon indicating copy to clipboard operation
github-rust copied to clipboard

list_repo_issue_events returns MissingFieldError("public")

Open grahamc opened this issue 9 years ago • 0 comments

    let gh = github::client::Client::new("myuseragent");
    let events = github::activity::events::list_repo_issue_events(&gh,
                                                                 "NixOS",
                                                                 "nixpkgs");
    println!("{:?}", events);

outputs:

Err(Internal(InternalError { msg: "MissingFieldError(\"public\")" }))

grahamc avatar Jul 23 '16 18:07 grahamc