Skip to content

Commit

Permalink
fix(api-version-up): version 0.1.3
Browse files Browse the repository at this point in the history
* builds with latest beta/nightly

Fixes #46
  • Loading branch information
Byron committed Apr 7, 2015
1 parent 91861dc commit 99f8b65
Show file tree
Hide file tree
Showing 235 changed files with 391 additions and 391 deletions.
2 changes: 1 addition & 1 deletion etc/api/type-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ make:
- source: lib.rs
output_dir: src
cargo:
build_version: "0.1.2"
build_version: "0.1.3"
keywords: [protocol, web, api]
dependencies:
- url = "*"
Expand Down
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.2+20150323"
version = "0.1.3+20150323"
authors = ["Sebastian Thiel <byronimo@gmail>"]
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.2+20150323*, where *20150323* is the exact revision of the *adexchangebuyer:v1.3* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.2*.
This documentation was generated from *Ad Exchange Buyer* crate version *0.1.3+20150323*, where *20150323* is the exact revision of the *adexchangebuyer:v1.3* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.3*.

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
6 changes: 3 additions & 3 deletions 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.2+20150323*, where *20150323* is the exact revision of the *adexchangebuyer:v1.3* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.2*.
//! This documentation was generated from *Ad Exchange Buyer* crate version *0.1.3+20150323*, where *20150323* is the exact revision of the *adexchangebuyer:v1.3* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.3*.
//!
//! 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 Expand Up @@ -323,7 +323,7 @@ impl<'a, C, NC, A> AdExchangeBuyer<C, NC, A>
AdExchangeBuyer {
client: RefCell::new(client),
auth: RefCell::new(authenticator),
_user_agent: "google-api-rust-client/0.1.2".to_string(),
_user_agent: "google-api-rust-client/0.1.3".to_string(),
_m: PhantomData
}
}
Expand Down Expand Up @@ -351,7 +351,7 @@ impl<'a, C, NC, A> AdExchangeBuyer<C, NC, A>
}

/// Set the user-agent header field to use in all requests to the server.
/// It defaults to `google-api-rust-client/0.1.2`.
/// It defaults to `google-api-rust-client/0.1.3`.
///
/// 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.2+20150326"
version = "0.1.3+20150326"
authors = ["Sebastian Thiel <byronimo@gmail>"]
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.2+20150326*, where *20150326* is the exact revision of the *adexchangeseller:v2.0* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.2*.
This documentation was generated from *Ad Exchange Seller* crate version *0.1.3+20150326*, where *20150326* is the exact revision of the *adexchangeseller:v2.0* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.3*.

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
6 changes: 3 additions & 3 deletions 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.2+20150326*, where *20150326* is the exact revision of the *adexchangeseller:v2.0* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.2*.
//! This documentation was generated from *Ad Exchange Seller* crate version *0.1.3+20150326*, where *20150326* is the exact revision of the *adexchangeseller:v2.0* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.3*.
//!
//! 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 Expand Up @@ -331,7 +331,7 @@ impl<'a, C, NC, A> AdExchangeSeller<C, NC, A>
AdExchangeSeller {
client: RefCell::new(client),
auth: RefCell::new(authenticator),
_user_agent: "google-api-rust-client/0.1.2".to_string(),
_user_agent: "google-api-rust-client/0.1.3".to_string(),
_m: PhantomData
}
}
Expand All @@ -341,7 +341,7 @@ impl<'a, C, NC, A> AdExchangeSeller<C, NC, A>
}

/// Set the user-agent header field to use in all requests to the server.
/// It defaults to `google-api-rust-client/0.1.2`.
/// It defaults to `google-api-rust-client/0.1.3`.
///
/// 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.2+20150309"
version = "0.1.3+20150309"
authors = ["Sebastian Thiel <byronimo@gmail>"]
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.2+20150309*, where *20150309* is the exact revision of the *admin:directory_v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.2*.
This documentation was generated from *directory* crate version *0.1.3+20150309*, where *20150309* is the exact revision of the *admin:directory_v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.3*.

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
6 changes: 3 additions & 3 deletions 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.2+20150309*, where *20150309* is the exact revision of the *admin:directory_v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.2*.
//! This documentation was generated from *directory* crate version *0.1.3+20150309*, where *20150309* is the exact revision of the *admin:directory_v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.3*.
//!
//! 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 Expand Up @@ -450,7 +450,7 @@ impl<'a, C, NC, A> Directory<C, NC, A>
Directory {
client: RefCell::new(client),
auth: RefCell::new(authenticator),
_user_agent: "google-api-rust-client/0.1.2".to_string(),
_user_agent: "google-api-rust-client/0.1.3".to_string(),
_m: PhantomData
}
}
Expand Down Expand Up @@ -493,7 +493,7 @@ impl<'a, C, NC, A> Directory<C, NC, A>
}

/// Set the user-agent header field to use in all requests to the server.
/// It defaults to `google-api-rust-client/0.1.2`.
/// It defaults to `google-api-rust-client/0.1.3`.
///
/// 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.2+20150115"
version = "0.1.3+20150115"
authors = ["Sebastian Thiel <byronimo@gmail>"]
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.2+20150115*, where *20150115* is the exact revision of the *admin:reports_v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.2*.
This documentation was generated from *reports* crate version *0.1.3+20150115*, where *20150115* is the exact revision of the *admin:reports_v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.3*.

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
6 changes: 3 additions & 3 deletions 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.2+20150115*, where *20150115* is the exact revision of the *admin:reports_v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.2*.
//! This documentation was generated from *reports* crate version *0.1.3+20150115*, where *20150115* is the exact revision of the *admin:reports_v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.3*.
//!
//! 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 Expand Up @@ -340,7 +340,7 @@ impl<'a, C, NC, A> Reports<C, NC, A>
Reports {
client: RefCell::new(client),
auth: RefCell::new(authenticator),
_user_agent: "google-api-rust-client/0.1.2".to_string(),
_user_agent: "google-api-rust-client/0.1.3".to_string(),
_m: PhantomData
}
}
Expand All @@ -359,7 +359,7 @@ impl<'a, C, NC, A> Reports<C, NC, A>
}

/// Set the user-agent header field to use in all requests to the server.
/// It defaults to `google-api-rust-client/0.1.2`.
/// It defaults to `google-api-rust-client/0.1.3`.
///
/// 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/admin2_email_migration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[package]

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

This documentation was generated from *admin* crate version *0.1.2+20150303*, where *20150303* is the exact revision of the *admin:email_migration_v2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.2*.
This documentation was generated from *admin* crate version *0.1.3+20150303*, where *20150303* is the exact revision of the *admin:email_migration_v2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.3*.

Everything else about the *admin* *v2_email_migration* API can be found at the
[official documentation site](https://developers.google.com/admin-sdk/email-migration/v2/).
Expand Down
6 changes: 3 additions & 3 deletions gen/admin2_email_migration/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 *admin* crate version *0.1.2+20150303*, where *20150303* is the exact revision of the *admin:email_migration_v2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.2*.
//! This documentation was generated from *admin* crate version *0.1.3+20150303*, where *20150303* is the exact revision of the *admin:email_migration_v2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.3*.
//!
//! Everything else about the *admin* *v2_email_migration* API can be found at the
//! [official documentation site](https://developers.google.com/admin-sdk/email-migration/v2/).
Expand Down Expand Up @@ -314,7 +314,7 @@ impl<'a, C, NC, A> Admin<C, NC, A>
Admin {
client: RefCell::new(client),
auth: RefCell::new(authenticator),
_user_agent: "google-api-rust-client/0.1.2".to_string(),
_user_agent: "google-api-rust-client/0.1.3".to_string(),
_m: PhantomData
}
}
Expand All @@ -324,7 +324,7 @@ impl<'a, C, NC, A> Admin<C, NC, A>
}

/// Set the user-agent header field to use in all requests to the server.
/// It defaults to `google-api-rust-client/0.1.2`.
/// It defaults to `google-api-rust-client/0.1.3`.
///
/// 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.2+20150326"
version = "0.1.3+20150326"
authors = ["Sebastian Thiel <byronimo@gmail>"]
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.2+20150326*, where *20150326* is the exact revision of the *adsense:v1.4* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.2*.
This documentation was generated from *AdSense* crate version *0.1.3+20150326*, where *20150326* is the exact revision of the *adsense:v1.4* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.3*.

Everything else about the *AdSense* *v1d4* API can be found at the
[official documentation site](https://developers.google.com/adsense/management/).
Expand Down
6 changes: 3 additions & 3 deletions 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.2+20150326*, where *20150326* is the exact revision of the *adsense:v1.4* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.2*.
//! This documentation was generated from *AdSense* crate version *0.1.3+20150326*, where *20150326* is the exact revision of the *adsense:v1.4* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.3*.
//!
//! Everything else about the *AdSense* *v1d4* API can be found at the
//! [official documentation site](https://developers.google.com/adsense/management/).
Expand Down Expand Up @@ -359,7 +359,7 @@ impl<'a, C, NC, A> AdSense<C, NC, A>
AdSense {
client: RefCell::new(client),
auth: RefCell::new(authenticator),
_user_agent: "google-api-rust-client/0.1.2".to_string(),
_user_agent: "google-api-rust-client/0.1.3".to_string(),
_m: PhantomData
}
}
Expand Down Expand Up @@ -396,7 +396,7 @@ impl<'a, C, NC, A> AdSense<C, NC, A>
}

/// Set the user-agent header field to use in all requests to the server.
/// It defaults to `google-api-rust-client/0.1.2`.
/// It defaults to `google-api-rust-client/0.1.3`.
///
/// 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.2+20150326"
version = "0.1.3+20150326"
authors = ["Sebastian Thiel <byronimo@gmail>"]
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.2+20150326*, where *20150326* is the exact revision of the *adsensehost:v4.1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.2*.
This documentation was generated from *AdSense Host* crate version *0.1.3+20150326*, where *20150326* is the exact revision of the *adsensehost:v4.1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.3*.

Everything else about the *AdSense Host* *v4d1* API can be found at the
[official documentation site](https://developers.google.com/adsense/host/).
Expand Down
6 changes: 3 additions & 3 deletions 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.2+20150326*, where *20150326* is the exact revision of the *adsensehost:v4.1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.2*.
//! This documentation was generated from *AdSense Host* crate version *0.1.3+20150326*, where *20150326* is the exact revision of the *adsensehost:v4.1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.3*.
//!
//! Everything else about the *AdSense Host* *v4d1* API can be found at the
//! [official documentation site](https://developers.google.com/adsense/host/).
Expand Down Expand Up @@ -331,7 +331,7 @@ impl<'a, C, NC, A> AdSenseHost<C, NC, A>
AdSenseHost {
client: RefCell::new(client),
auth: RefCell::new(authenticator),
_user_agent: "google-api-rust-client/0.1.2".to_string(),
_user_agent: "google-api-rust-client/0.1.3".to_string(),
_m: PhantomData
}
}
Expand All @@ -356,7 +356,7 @@ impl<'a, C, NC, A> AdSenseHost<C, NC, A>
}

/// Set the user-agent header field to use in all requests to the server.
/// It defaults to `google-api-rust-client/0.1.2`.
/// It defaults to `google-api-rust-client/0.1.3`.
///
/// 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.2+20150308"
version = "0.1.3+20150308"
authors = ["Sebastian Thiel <byronimo@gmail>"]
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.2+20150308*, where *20150308* is the exact revision of the *analytics:v3* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.2*.
This documentation was generated from *analytics* crate version *0.1.3+20150308*, where *20150308* is the exact revision of the *analytics:v3* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.3*.

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 99f8b65

Please sign in to comment.