| 92 | /// Not all fields are included, only the ones that are needed. Feel free to add more as needed! |
| 93 | #[derive(Deserialize, Clone, Debug)] |
| 94 | pub struct GithubIssueOpenedResponse { |
| 95 | /// The human-friendly HTML URL of the freshly opened issue |
| 96 | pub html_url: String, |
| 97 | } |
| 98 | |
| 99 | pub struct GithubClient { |
| 100 | agent: ureq::Agent, |
nothing calls this directly
no outgoing calls
no test coverage detected