Skip to content

Commit

Permalink
chore(code): update after version-up
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Feb 28, 2016
1 parent b3fd15e commit df301c1
Show file tree
Hide file tree
Showing 400 changed files with 500 additions and 500 deletions.
2 changes: 1 addition & 1 deletion gen/adexchangebuyer1d3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[package]

name = "google-adexchangebuyer1d3"
version = "0.1.11+20160222"
version = "0.1.12+20160222"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
description = "A complete library to interact with Ad Exchange Buyer (protocol v1.3)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/adexchangebuyer1d3"
Expand Down
2 changes: 1 addition & 1 deletion gen/adexchangebuyer1d3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ DO NOT EDIT !
-->
The `google-adexchangebuyer1d3` library allows access to all features of the *Google Ad Exchange Buyer* service.

This documentation was generated from *Ad Exchange Buyer* crate version *0.1.11+20160222*, where *20160222* is the exact revision of the *adexchangebuyer:v1.3* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.11*.
This documentation was generated from *Ad Exchange Buyer* crate version *0.1.12+20160222*, where *20160222* is the exact revision of the *adexchangebuyer:v1.3* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.12*.

Everything else about the *Ad Exchange Buyer* *v1d3* API can be found at the
[official documentation site](https://developers.google.com/ad-exchange/buyer-rest).
Expand Down
2 changes: 1 addition & 1 deletion gen/adexchangebuyer1d3/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated automatically from 'src/mako/api/lib.rs.mako'
// DO NOT EDIT !

//! This documentation was generated from *Ad Exchange Buyer* crate version *0.1.11+20160222*, where *20160222* is the exact revision of the *adexchangebuyer:v1.3* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.11*.
//! This documentation was generated from *Ad Exchange Buyer* crate version *0.1.12+20160222*, where *20160222* is the exact revision of the *adexchangebuyer:v1.3* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.12*.
//!
//! Everything else about the *Ad Exchange Buyer* *v1d3* API can be found at the
//! [official documentation site](https://developers.google.com/ad-exchange/buyer-rest).
Expand Down
4 changes: 2 additions & 2 deletions gen/adexchangebuyer1d3/src/lib.rs.in
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ impl<'a, C, A> AdExchangeBuyer<C, A>
AdExchangeBuyer {
client: RefCell::new(client),
auth: RefCell::new(authenticator),
_user_agent: "google-api-rust-client/0.1.11".to_string(),
_user_agent: "google-api-rust-client/0.1.12".to_string(),
}
}

Expand All @@ -160,7 +160,7 @@ impl<'a, C, A> AdExchangeBuyer<C, A>
}

/// Set the user-agent header field to use in all requests to the server.
/// It defaults to `google-api-rust-client/0.1.11`.
/// It defaults to `google-api-rust-client/0.1.12`.
///
/// Returns the previously set user-agent.
pub fn user_agent(&mut self, agent_name: String) -> String {
Expand Down
2 changes: 1 addition & 1 deletion gen/adexchangebuyer1d4/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[package]

name = "google-adexchangebuyer1d4"
version = "0.1.11+20160222"
version = "0.1.12+20160222"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
description = "A complete library to interact with Ad Exchange Buyer (protocol v1.4)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/adexchangebuyer1d4"
Expand Down
2 changes: 1 addition & 1 deletion gen/adexchangebuyer1d4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ DO NOT EDIT !
-->
The `google-adexchangebuyer1d4` library allows access to all features of the *Google Ad Exchange Buyer* service.

This documentation was generated from *Ad Exchange Buyer* crate version *0.1.11+20160222*, where *20160222* is the exact revision of the *adexchangebuyer:v1.4* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.11*.
This documentation was generated from *Ad Exchange Buyer* crate version *0.1.12+20160222*, where *20160222* is the exact revision of the *adexchangebuyer:v1.4* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.12*.

Everything else about the *Ad Exchange Buyer* *v1d4* API can be found at the
[official documentation site](https://developers.google.com/ad-exchange/buyer-rest).
Expand Down
2 changes: 1 addition & 1 deletion gen/adexchangebuyer1d4/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated automatically from 'src/mako/api/lib.rs.mako'
// DO NOT EDIT !

//! This documentation was generated from *Ad Exchange Buyer* crate version *0.1.11+20160222*, where *20160222* is the exact revision of the *adexchangebuyer:v1.4* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.11*.
//! This documentation was generated from *Ad Exchange Buyer* crate version *0.1.12+20160222*, where *20160222* is the exact revision of the *adexchangebuyer:v1.4* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.12*.
//!
//! Everything else about the *Ad Exchange Buyer* *v1d4* API can be found at the
//! [official documentation site](https://developers.google.com/ad-exchange/buyer-rest).
Expand Down
4 changes: 2 additions & 2 deletions gen/adexchangebuyer1d4/src/lib.rs.in
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ impl<'a, C, A> AdExchangeBuyer<C, A>
AdExchangeBuyer {
client: RefCell::new(client),
auth: RefCell::new(authenticator),
_user_agent: "google-api-rust-client/0.1.11".to_string(),
_user_agent: "google-api-rust-client/0.1.12".to_string(),
}
}

Expand Down Expand Up @@ -172,7 +172,7 @@ impl<'a, C, A> AdExchangeBuyer<C, A>
}

/// Set the user-agent header field to use in all requests to the server.
/// It defaults to `google-api-rust-client/0.1.11`.
/// It defaults to `google-api-rust-client/0.1.12`.
///
/// Returns the previously set user-agent.
pub fn user_agent(&mut self, agent_name: String) -> String {
Expand Down
2 changes: 1 addition & 1 deletion gen/adexchangeseller2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[package]

name = "google-adexchangeseller2"
version = "0.1.11+20151127"
version = "0.1.12+20151127"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
description = "A complete library to interact with Ad Exchange Seller (protocol v2.0)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/adexchangeseller2"
Expand Down
2 changes: 1 addition & 1 deletion gen/adexchangeseller2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ DO NOT EDIT !
-->
The `google-adexchangeseller2` library allows access to all features of the *Google Ad Exchange Seller* service.

This documentation was generated from *Ad Exchange Seller* crate version *0.1.11+20151127*, where *20151127* is the exact revision of the *adexchangeseller:v2.0* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.11*.
This documentation was generated from *Ad Exchange Seller* crate version *0.1.12+20151127*, where *20151127* is the exact revision of the *adexchangeseller:v2.0* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.12*.

Everything else about the *Ad Exchange Seller* *v2* API can be found at the
[official documentation site](https://developers.google.com/ad-exchange/seller-rest/).
Expand Down
2 changes: 1 addition & 1 deletion gen/adexchangeseller2/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated automatically from 'src/mako/api/lib.rs.mako'
// DO NOT EDIT !

//! This documentation was generated from *Ad Exchange Seller* crate version *0.1.11+20151127*, where *20151127* is the exact revision of the *adexchangeseller:v2.0* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.11*.
//! This documentation was generated from *Ad Exchange Seller* crate version *0.1.12+20151127*, where *20151127* is the exact revision of the *adexchangeseller:v2.0* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.12*.
//!
//! Everything else about the *Ad Exchange Seller* *v2* API can be found at the
//! [official documentation site](https://developers.google.com/ad-exchange/seller-rest/).
Expand Down
4 changes: 2 additions & 2 deletions gen/adexchangeseller2/src/lib.rs.in
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ impl<'a, C, A> AdExchangeSeller<C, A>
AdExchangeSeller {
client: RefCell::new(client),
auth: RefCell::new(authenticator),
_user_agent: "google-api-rust-client/0.1.11".to_string(),
_user_agent: "google-api-rust-client/0.1.12".to_string(),
}
}

Expand All @@ -147,7 +147,7 @@ impl<'a, C, A> AdExchangeSeller<C, A>
}

/// Set the user-agent header field to use in all requests to the server.
/// It defaults to `google-api-rust-client/0.1.11`.
/// It defaults to `google-api-rust-client/0.1.12`.
///
/// Returns the previously set user-agent.
pub fn user_agent(&mut self, agent_name: String) -> String {
Expand Down
2 changes: 1 addition & 1 deletion gen/admin1_directory/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[package]

name = "google-admin1_directory"
version = "0.1.11+20151208"
version = "0.1.12+20151208"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
description = "A complete library to interact with directory (protocol directory_v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/admin1_directory"
Expand Down
2 changes: 1 addition & 1 deletion gen/admin1_directory/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ DO NOT EDIT !
-->
The `google-admin1_directory` library allows access to all features of the *Google directory* service.

This documentation was generated from *directory* crate version *0.1.11+20151208*, where *20151208* is the exact revision of the *admin:directory_v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.11*.
This documentation was generated from *directory* crate version *0.1.12+20151208*, where *20151208* is the exact revision of the *admin:directory_v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.12*.

Everything else about the *directory* *v1_directory* API can be found at the
[official documentation site](https://developers.google.com/admin-sdk/directory/).
Expand Down
2 changes: 1 addition & 1 deletion gen/admin1_directory/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated automatically from 'src/mako/api/lib.rs.mako'
// DO NOT EDIT !

//! This documentation was generated from *directory* crate version *0.1.11+20151208*, where *20151208* is the exact revision of the *admin:directory_v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.11*.
//! This documentation was generated from *directory* crate version *0.1.12+20151208*, where *20151208* is the exact revision of the *admin:directory_v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.12*.
//!
//! Everything else about the *directory* *v1_directory* API can be found at the
//! [official documentation site](https://developers.google.com/admin-sdk/directory/).
Expand Down
4 changes: 2 additions & 2 deletions gen/admin1_directory/src/lib.rs.in
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ impl<'a, C, A> Directory<C, A>
Directory {
client: RefCell::new(client),
auth: RefCell::new(authenticator),
_user_agent: "google-api-rust-client/0.1.11".to_string(),
_user_agent: "google-api-rust-client/0.1.12".to_string(),
}
}

Expand Down Expand Up @@ -312,7 +312,7 @@ impl<'a, C, A> Directory<C, A>
}

/// Set the user-agent header field to use in all requests to the server.
/// It defaults to `google-api-rust-client/0.1.11`.
/// It defaults to `google-api-rust-client/0.1.12`.
///
/// Returns the previously set user-agent.
pub fn user_agent(&mut self, agent_name: String) -> String {
Expand Down
2 changes: 1 addition & 1 deletion gen/admin1_reports/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[package]

name = "google-admin1_reports"
version = "0.1.11+20151113"
version = "0.1.12+20151113"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
description = "A complete library to interact with reports (protocol reports_v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/admin1_reports"
Expand Down
2 changes: 1 addition & 1 deletion gen/admin1_reports/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ DO NOT EDIT !
-->
The `google-admin1_reports` library allows access to all features of the *Google reports* service.

This documentation was generated from *reports* crate version *0.1.11+20151113*, where *20151113* is the exact revision of the *admin:reports_v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.11*.
This documentation was generated from *reports* crate version *0.1.12+20151113*, where *20151113* is the exact revision of the *admin:reports_v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.12*.

Everything else about the *reports* *v1_reports* API can be found at the
[official documentation site](https://developers.google.com/admin-sdk/reports/).
Expand Down
2 changes: 1 addition & 1 deletion gen/admin1_reports/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated automatically from 'src/mako/api/lib.rs.mako'
// DO NOT EDIT !

//! This documentation was generated from *reports* crate version *0.1.11+20151113*, where *20151113* is the exact revision of the *admin:reports_v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.11*.
//! This documentation was generated from *reports* crate version *0.1.12+20151113*, where *20151113* is the exact revision of the *admin:reports_v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.12*.
//!
//! Everything else about the *reports* *v1_reports* API can be found at the
//! [official documentation site](https://developers.google.com/admin-sdk/reports/).
Expand Down
4 changes: 2 additions & 2 deletions gen/admin1_reports/src/lib.rs.in
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ impl<'a, C, A> Reports<C, A>
Reports {
client: RefCell::new(client),
auth: RefCell::new(authenticator),
_user_agent: "google-api-rust-client/0.1.11".to_string(),
_user_agent: "google-api-rust-client/0.1.12".to_string(),
}
}

Expand All @@ -163,7 +163,7 @@ impl<'a, C, A> Reports<C, A>
}

/// Set the user-agent header field to use in all requests to the server.
/// It defaults to `google-api-rust-client/0.1.11`.
/// It defaults to `google-api-rust-client/0.1.12`.
///
/// Returns the previously set user-agent.
pub fn user_agent(&mut self, agent_name: String) -> String {
Expand Down
2 changes: 1 addition & 1 deletion gen/adsense1d4/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[package]

name = "google-adsense1d4"
version = "0.1.11+20160223"
version = "0.1.12+20160223"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
description = "A complete library to interact with AdSense (protocol v1.4)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/adsense1d4"
Expand Down
2 changes: 1 addition & 1 deletion gen/adsense1d4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ DO NOT EDIT !
-->
The `google-adsense1d4` library allows access to all features of the *Google AdSense* service.

This documentation was generated from *AdSense* crate version *0.1.11+20160223*, where *20160223* is the exact revision of the *adsense:v1.4* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.11*.
This documentation was generated from *AdSense* crate version *0.1.12+20160223*, where *20160223* is the exact revision of the *adsense:v1.4* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.12*.

Everything else about the *AdSense* *v1d4* API can be found at the
[official documentation site](https://developers.google.com/adsense/management/).
Expand Down
2 changes: 1 addition & 1 deletion gen/adsense1d4/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated automatically from 'src/mako/api/lib.rs.mako'
// DO NOT EDIT !

//! This documentation was generated from *AdSense* crate version *0.1.11+20160223*, where *20160223* is the exact revision of the *adsense:v1.4* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.11*.
//! This documentation was generated from *AdSense* crate version *0.1.12+20160223*, where *20160223* is the exact revision of the *adsense:v1.4* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.12*.
//!
//! Everything else about the *AdSense* *v1d4* API can be found at the
//! [official documentation site](https://developers.google.com/adsense/management/).
Expand Down
4 changes: 2 additions & 2 deletions gen/adsense1d4/src/lib.rs.in
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ impl<'a, C, A> AdSense<C, A>
AdSense {
client: RefCell::new(client),
auth: RefCell::new(authenticator),
_user_agent: "google-api-rust-client/0.1.11".to_string(),
_user_agent: "google-api-rust-client/0.1.12".to_string(),
}
}

Expand Down Expand Up @@ -176,7 +176,7 @@ impl<'a, C, A> AdSense<C, A>
}

/// Set the user-agent header field to use in all requests to the server.
/// It defaults to `google-api-rust-client/0.1.11`.
/// It defaults to `google-api-rust-client/0.1.12`.
///
/// Returns the previously set user-agent.
pub fn user_agent(&mut self, agent_name: String) -> String {
Expand Down
2 changes: 1 addition & 1 deletion gen/adsensehost4d1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[package]

name = "google-adsensehost4d1"
version = "0.1.11+20160223"
version = "0.1.12+20160223"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
description = "A complete library to interact with AdSense Host (protocol v4.1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/adsensehost4d1"
Expand Down
2 changes: 1 addition & 1 deletion gen/adsensehost4d1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ DO NOT EDIT !
-->
The `google-adsensehost4d1` library allows access to all features of the *Google AdSense Host* service.

This documentation was generated from *AdSense Host* crate version *0.1.11+20160223*, where *20160223* is the exact revision of the *adsensehost:v4.1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.11*.
This documentation was generated from *AdSense Host* crate version *0.1.12+20160223*, where *20160223* is the exact revision of the *adsensehost:v4.1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.12*.

Everything else about the *AdSense Host* *v4d1* API can be found at the
[official documentation site](https://developers.google.com/adsense/host/).
Expand Down
2 changes: 1 addition & 1 deletion gen/adsensehost4d1/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated automatically from 'src/mako/api/lib.rs.mako'
// DO NOT EDIT !

//! This documentation was generated from *AdSense Host* crate version *0.1.11+20160223*, where *20160223* is the exact revision of the *adsensehost:v4.1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.11*.
//! This documentation was generated from *AdSense Host* crate version *0.1.12+20160223*, where *20160223* is the exact revision of the *adsensehost:v4.1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.12*.
//!
//! Everything else about the *AdSense Host* *v4d1* API can be found at the
//! [official documentation site](https://developers.google.com/adsense/host/).
Expand Down
4 changes: 2 additions & 2 deletions gen/adsensehost4d1/src/lib.rs.in
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ impl<'a, C, A> AdSenseHost<C, A>
AdSenseHost {
client: RefCell::new(client),
auth: RefCell::new(authenticator),
_user_agent: "google-api-rust-client/0.1.11".to_string(),
_user_agent: "google-api-rust-client/0.1.12".to_string(),
}
}

Expand All @@ -158,7 +158,7 @@ impl<'a, C, A> AdSenseHost<C, A>
}

/// Set the user-agent header field to use in all requests to the server.
/// It defaults to `google-api-rust-client/0.1.11`.
/// It defaults to `google-api-rust-client/0.1.12`.
///
/// Returns the previously set user-agent.
pub fn user_agent(&mut self, agent_name: String) -> String {
Expand Down
2 changes: 1 addition & 1 deletion gen/analytics3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[package]

name = "google-analytics3"
version = "0.1.11+20160223"
version = "0.1.12+20160223"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
description = "A complete library to interact with analytics (protocol v3)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/analytics3"
Expand Down
2 changes: 1 addition & 1 deletion gen/analytics3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ DO NOT EDIT !
-->
The `google-analytics3` library allows access to all features of the *Google analytics* service.

This documentation was generated from *analytics* crate version *0.1.11+20160223*, where *20160223* is the exact revision of the *analytics:v3* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.11*.
This documentation was generated from *analytics* crate version *0.1.12+20160223*, where *20160223* is the exact revision of the *analytics:v3* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.12*.

Everything else about the *analytics* *v3* API can be found at the
[official documentation site](https://developers.google.com/analytics/).
Expand Down
2 changes: 1 addition & 1 deletion gen/analytics3/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file was generated automatically from 'src/mako/api/lib.rs.mako'
// DO NOT EDIT !

//! This documentation was generated from *analytics* crate version *0.1.11+20160223*, where *20160223* is the exact revision of the *analytics:v3* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.11*.
//! This documentation was generated from *analytics* crate version *0.1.12+20160223*, where *20160223* is the exact revision of the *analytics:v3* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.12*.
//!
//! Everything else about the *analytics* *v3* API can be found at the
//! [official documentation site](https://developers.google.com/analytics/).
Expand Down
Loading

0 comments on commit df301c1

Please sign in to comment.