github-rust
github-rust copied to clipboard
A Rust GitHub v3 API client.
This pull request was automatically generated because my scripts detected that everyone in the [relicensing issue](https://github.com/GlenDC/github-rust/issues/4) agreed to relicensing. License headers in files were not updated, if they exist. I've...
``` rust 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\")" })) ```
This issue was automatically generated. Feel free to close without ceremony if you do not agree with re-licensing or if it is not possible for other reasons. Respond to @cmr...