MCPcopy Create free account
hub / github.com/bevyengine/bevy-website / GithubIssueOpenedResponse

Class GithubIssueOpenedResponse

generate-release/src/github_client.rs:94–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected