Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-19 | Extract diff hunk and comment body from GitHub response | Teddy Wing | |
Split the `Suggestion` struct into a new `Client` struct for the GitHub request, and `Suggestion` for the required response data. | |||
2020-07-19 | Fetch a GitHub PR suggestion comment | Teddy Wing | |
Add a `Suggestion` struct to represent a GitHub PR suggestion comment. Use the 'github-rs' library to fetch a given comment from the site by its ID. Converted the 'github-rs' error into a string because its `github_rs::client::Error` type is private, so I can't define an error variant source with that type. |