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

Class GithubClient

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

Source from the content-addressed store, hash-verified

97}
98
99pub struct GithubClient {
100 agent: ureq::Agent,
101 token: String,
102 pub repo: BevyRepo,
103}
104
105impl GithubClient {
106 pub fn new(token: String, repo: BevyRepo) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected