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

Class GithubClient

generate-assets/src/github_client.rs:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34pub struct GithubClient {
35 agent: ureq::Agent,
36 token: String,
37}
38
39impl GithubClient {
40 pub fn new(token: String) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected