mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-15 22:18:10 +01:00
rebuild all APIS
This commit is contained in:
@@ -141,7 +141,7 @@ impl<'a, S> Docs<S> {
|
||||
Docs {
|
||||
client,
|
||||
auth: Box::new(auth),
|
||||
_user_agent: "google-api-rust-client/5.0.2-beta-1".to_string(),
|
||||
_user_agent: "google-api-rust-client/5.0.2".to_string(),
|
||||
_base_url: "https://docs.googleapis.com/".to_string(),
|
||||
_root_url: "https://docs.googleapis.com/".to_string(),
|
||||
}
|
||||
@@ -152,7 +152,7 @@ impl<'a, S> Docs<S> {
|
||||
}
|
||||
|
||||
/// Set the user-agent header field to use in all requests to the server.
|
||||
/// It defaults to `google-api-rust-client/5.0.2-beta-1`.
|
||||
/// It defaults to `google-api-rust-client/5.0.2`.
|
||||
///
|
||||
/// Returns the previously set user-agent.
|
||||
pub fn user_agent(&mut self, agent_name: String) -> String {
|
||||
|
||||
Reference in New Issue
Block a user