1use url::Url; 2 3pub struct GithubApiConnection { 4 pub client: reqwest_middleware::ClientWithMiddleware, 5 pub api_url: Url, 6}