|
|
@@ -3504,7 +3504,7 @@ impl<C: hyper::client::Connect>RepositoryApi for RepositoryApiClient<C> { |
|
|
|
Some(ref prefix) => format!("{} {}", prefix, key), |
|
|
|
None => key, |
|
|
|
}; |
|
|
|
auth_headers.insert("Sudo".to_owned(), val); |
|
|
|
//auth_headers.insert("Sudo".to_owned(), val); |
|
|
|
}; |
|
|
|
if let Some(ref apikey) = configuration.api_key { |
|
|
|
let key = apikey.key.clone(); |
|
|
@@ -3512,7 +3512,7 @@ impl<C: hyper::client::Connect>RepositoryApi for RepositoryApiClient<C> { |
|
|
|
Some(ref prefix) => format!("{} {}", prefix, key), |
|
|
|
None => key, |
|
|
|
}; |
|
|
|
auth_query.insert("sudo".to_owned(), val); |
|
|
|
//auth_query.insert("sudo".to_owned(), val); |
|
|
|
}; |
|
|
|
if let Some(ref apikey) = configuration.api_key { |
|
|
|
let key = apikey.key.clone(); |
|
|
|