Skip to content

Commit

Permalink
fix(api-update): 'bytes ...' -> 'bytes=...'
Browse files Browse the repository at this point in the history
* update all APIs to contain said change. It's not worth a republish
  though.
  • Loading branch information
Byron committed Apr 12, 2015
1 parent 75e73d5 commit 3e0a24d
Show file tree
Hide file tree
Showing 161 changed files with 220 additions and 80 deletions.
1 change: 1 addition & 0 deletions gen/adexchangebuyer1d3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ documentation = "http://byron.github.io/google-apis-rs/google_adexchangebuyer1d3
license = "MIT"
keywords = ["adexchangebuyer", "google", "protocol", "web", "api"]


[dependencies]
hyper = "*"
mime = "*"
Expand Down
2 changes: 1 addition & 1 deletion gen/adexchangebuyer1d3/src/cmn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ impl Header for ContentRange {

impl HeaderFormat for ContentRange {
fn fmt_header(&self, fmt: &mut fmt::Formatter) -> fmt::Result {
try!(fmt.write_str("bytes "));
try!(fmt.write_str("bytes="));
match self.range {
Some(ref c) => try!(c.fmt(fmt)),
None => try!(fmt.write_str("*"))
Expand Down
1 change: 1 addition & 0 deletions gen/adexchangeseller2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ documentation = "http://byron.github.io/google-apis-rs/google_adexchangeseller2"
license = "MIT"
keywords = ["adexchangeseller", "google", "protocol", "web", "api"]


[dependencies]
hyper = "*"
mime = "*"
Expand Down
2 changes: 1 addition & 1 deletion gen/adexchangeseller2/src/cmn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ impl Header for ContentRange {

impl HeaderFormat for ContentRange {
fn fmt_header(&self, fmt: &mut fmt::Formatter) -> fmt::Result {
try!(fmt.write_str("bytes "));
try!(fmt.write_str("bytes="));
match self.range {
Some(ref c) => try!(c.fmt(fmt)),
None => try!(fmt.write_str("*"))
Expand Down
1 change: 1 addition & 0 deletions gen/admin1_directory/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ documentation = "http://byron.github.io/google-apis-rs/google_admin1_directory"
license = "MIT"
keywords = ["admin", "google", "protocol", "web", "api"]


[dependencies]
hyper = "*"
mime = "*"
Expand Down
2 changes: 1 addition & 1 deletion gen/admin1_directory/src/cmn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ impl Header for ContentRange {

impl HeaderFormat for ContentRange {
fn fmt_header(&self, fmt: &mut fmt::Formatter) -> fmt::Result {
try!(fmt.write_str("bytes "));
try!(fmt.write_str("bytes="));
match self.range {
Some(ref c) => try!(c.fmt(fmt)),
None => try!(fmt.write_str("*"))
Expand Down
1 change: 1 addition & 0 deletions gen/admin1_reports/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ documentation = "http://byron.github.io/google-apis-rs/google_admin1_reports"
license = "MIT"
keywords = ["admin", "google", "protocol", "web", "api"]


[dependencies]
hyper = "*"
mime = "*"
Expand Down
2 changes: 1 addition & 1 deletion gen/admin1_reports/src/cmn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ impl Header for ContentRange {

impl HeaderFormat for ContentRange {
fn fmt_header(&self, fmt: &mut fmt::Formatter) -> fmt::Result {
try!(fmt.write_str("bytes "));
try!(fmt.write_str("bytes="));
match self.range {
Some(ref c) => try!(c.fmt(fmt)),
None => try!(fmt.write_str("*"))
Expand Down
1 change: 1 addition & 0 deletions gen/admin2_email_migration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ documentation = "http://byron.github.io/google-apis-rs/google_admin2_email_migra
license = "MIT"
keywords = ["admin", "google", "protocol", "web", "api"]


[dependencies]
hyper = "*"
mime = "*"
Expand Down
2 changes: 1 addition & 1 deletion gen/admin2_email_migration/src/cmn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ impl Header for ContentRange {

impl HeaderFormat for ContentRange {
fn fmt_header(&self, fmt: &mut fmt::Formatter) -> fmt::Result {
try!(fmt.write_str("bytes "));
try!(fmt.write_str("bytes="));
match self.range {
Some(ref c) => try!(c.fmt(fmt)),
None => try!(fmt.write_str("*"))
Expand Down
1 change: 1 addition & 0 deletions gen/adsense1d4/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ documentation = "http://byron.github.io/google-apis-rs/google_adsense1d4"
license = "MIT"
keywords = ["adsense", "google", "protocol", "web", "api"]


[dependencies]
hyper = "*"
mime = "*"
Expand Down
2 changes: 1 addition & 1 deletion gen/adsense1d4/src/cmn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ impl Header for ContentRange {

impl HeaderFormat for ContentRange {
fn fmt_header(&self, fmt: &mut fmt::Formatter) -> fmt::Result {
try!(fmt.write_str("bytes "));
try!(fmt.write_str("bytes="));
match self.range {
Some(ref c) => try!(c.fmt(fmt)),
None => try!(fmt.write_str("*"))
Expand Down
1 change: 1 addition & 0 deletions gen/adsensehost4d1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ documentation = "http://byron.github.io/google-apis-rs/google_adsensehost4d1"
license = "MIT"
keywords = ["adsensehost", "google", "protocol", "web", "api"]


[dependencies]
hyper = "*"
mime = "*"
Expand Down
2 changes: 1 addition & 1 deletion gen/adsensehost4d1/src/cmn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ impl Header for ContentRange {

impl HeaderFormat for ContentRange {
fn fmt_header(&self, fmt: &mut fmt::Formatter) -> fmt::Result {
try!(fmt.write_str("bytes "));
try!(fmt.write_str("bytes="));
match self.range {
Some(ref c) => try!(c.fmt(fmt)),
None => try!(fmt.write_str("*"))
Expand Down
1 change: 1 addition & 0 deletions gen/analytics3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ documentation = "http://byron.github.io/google-apis-rs/google_analytics3"
license = "MIT"
keywords = ["analytics", "google", "protocol", "web", "api"]


[dependencies]
hyper = "*"
mime = "*"
Expand Down
2 changes: 1 addition & 1 deletion gen/analytics3/src/cmn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ impl Header for ContentRange {

impl HeaderFormat for ContentRange {
fn fmt_header(&self, fmt: &mut fmt::Formatter) -> fmt::Result {
try!(fmt.write_str("bytes "));
try!(fmt.write_str("bytes="));
match self.range {
Some(ref c) => try!(c.fmt(fmt)),
None => try!(fmt.write_str("*"))
Expand Down
1 change: 1 addition & 0 deletions gen/androidenterprise1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ documentation = "http://byron.github.io/google-apis-rs/google_androidenterprise1
license = "MIT"
keywords = ["androidenterprise", "google", "protocol", "web", "api"]


[dependencies]
hyper = "*"
mime = "*"
Expand Down
2 changes: 1 addition & 1 deletion gen/androidenterprise1/src/cmn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ impl Header for ContentRange {

impl HeaderFormat for ContentRange {
fn fmt_header(&self, fmt: &mut fmt::Formatter) -> fmt::Result {
try!(fmt.write_str("bytes "));
try!(fmt.write_str("bytes="));
match self.range {
Some(ref c) => try!(c.fmt(fmt)),
None => try!(fmt.write_str("*"))
Expand Down
1 change: 1 addition & 0 deletions gen/androidpublisher2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ documentation = "http://byron.github.io/google-apis-rs/google_androidpublisher2"
license = "MIT"
keywords = ["androidpublisher", "google", "protocol", "web", "api"]


[dependencies]
hyper = "*"
mime = "*"
Expand Down
2 changes: 1 addition & 1 deletion gen/androidpublisher2/src/cmn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ impl Header for ContentRange {

impl HeaderFormat for ContentRange {
fn fmt_header(&self, fmt: &mut fmt::Formatter) -> fmt::Result {
try!(fmt.write_str("bytes "));
try!(fmt.write_str("bytes="));
match self.range {
Some(ref c) => try!(c.fmt(fmt)),
None => try!(fmt.write_str("*"))
Expand Down
1 change: 1 addition & 0 deletions gen/appsactivity1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ documentation = "http://byron.github.io/google-apis-rs/google_appsactivity1"
license = "MIT"
keywords = ["appsactivity", "google", "protocol", "web", "api"]


[dependencies]
hyper = "*"
mime = "*"
Expand Down
2 changes: 1 addition & 1 deletion gen/appsactivity1/src/cmn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ impl Header for ContentRange {

impl HeaderFormat for ContentRange {
fn fmt_header(&self, fmt: &mut fmt::Formatter) -> fmt::Result {
try!(fmt.write_str("bytes "));
try!(fmt.write_str("bytes="));
match self.range {
Some(ref c) => try!(c.fmt(fmt)),
None => try!(fmt.write_str("*"))
Expand Down
1 change: 1 addition & 0 deletions gen/appstate1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ documentation = "http://byron.github.io/google-apis-rs/google_appstate1"
license = "MIT"
keywords = ["appstate", "google", "protocol", "web", "api"]


[dependencies]
hyper = "*"
mime = "*"
Expand Down
2 changes: 1 addition & 1 deletion gen/appstate1/src/cmn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ impl Header for ContentRange {

impl HeaderFormat for ContentRange {
fn fmt_header(&self, fmt: &mut fmt::Formatter) -> fmt::Result {
try!(fmt.write_str("bytes "));
try!(fmt.write_str("bytes="));
match self.range {
Some(ref c) => try!(c.fmt(fmt)),
None => try!(fmt.write_str("*"))
Expand Down
1 change: 1 addition & 0 deletions gen/audit1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ documentation = "http://byron.github.io/google-apis-rs/google_audit1"
license = "MIT"
keywords = ["audit", "google", "protocol", "web", "api"]


[dependencies]
hyper = "*"
mime = "*"
Expand Down
2 changes: 1 addition & 1 deletion gen/audit1/src/cmn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ impl Header for ContentRange {

impl HeaderFormat for ContentRange {
fn fmt_header(&self, fmt: &mut fmt::Formatter) -> fmt::Result {
try!(fmt.write_str("bytes "));
try!(fmt.write_str("bytes="));
match self.range {
Some(ref c) => try!(c.fmt(fmt)),
None => try!(fmt.write_str("*"))
Expand Down
1 change: 1 addition & 0 deletions gen/autoscaler1_beta2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ documentation = "http://byron.github.io/google-apis-rs/google_autoscaler1_beta2"
license = "MIT"
keywords = ["autoscaler", "google", "protocol", "web", "api"]


[dependencies]
hyper = "*"
mime = "*"
Expand Down
2 changes: 1 addition & 1 deletion gen/autoscaler1_beta2/src/cmn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ impl Header for ContentRange {

impl HeaderFormat for ContentRange {
fn fmt_header(&self, fmt: &mut fmt::Formatter) -> fmt::Result {
try!(fmt.write_str("bytes "));
try!(fmt.write_str("bytes="));
match self.range {
Some(ref c) => try!(c.fmt(fmt)),
None => try!(fmt.write_str("*"))
Expand Down
1 change: 1 addition & 0 deletions gen/bigquery2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ documentation = "http://byron.github.io/google-apis-rs/google_bigquery2"
license = "MIT"
keywords = ["bigquery", "google", "protocol", "web", "api"]


[dependencies]
hyper = "*"
mime = "*"
Expand Down
2 changes: 1 addition & 1 deletion gen/bigquery2/src/cmn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ impl Header for ContentRange {

impl HeaderFormat for ContentRange {
fn fmt_header(&self, fmt: &mut fmt::Formatter) -> fmt::Result {
try!(fmt.write_str("bytes "));
try!(fmt.write_str("bytes="));
match self.range {
Some(ref c) => try!(c.fmt(fmt)),
None => try!(fmt.write_str("*"))
Expand Down
1 change: 1 addition & 0 deletions gen/blogger3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ documentation = "http://byron.github.io/google-apis-rs/google_blogger3"
license = "MIT"
keywords = ["blogger", "google", "protocol", "web", "api"]


[dependencies]
hyper = "*"
mime = "*"
Expand Down
2 changes: 1 addition & 1 deletion gen/blogger3/src/cmn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ impl Header for ContentRange {

impl HeaderFormat for ContentRange {
fn fmt_header(&self, fmt: &mut fmt::Formatter) -> fmt::Result {
try!(fmt.write_str("bytes "));
try!(fmt.write_str("bytes="));
match self.range {
Some(ref c) => try!(c.fmt(fmt)),
None => try!(fmt.write_str("*"))
Expand Down
1 change: 1 addition & 0 deletions gen/books1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ documentation = "http://byron.github.io/google-apis-rs/google_books1"
license = "MIT"
keywords = ["books", "google", "protocol", "web", "api"]


[dependencies]
hyper = "*"
mime = "*"
Expand Down
2 changes: 1 addition & 1 deletion gen/books1/src/cmn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ impl Header for ContentRange {

impl HeaderFormat for ContentRange {
fn fmt_header(&self, fmt: &mut fmt::Formatter) -> fmt::Result {
try!(fmt.write_str("bytes "));
try!(fmt.write_str("bytes="));
match self.range {
Some(ref c) => try!(c.fmt(fmt)),
None => try!(fmt.write_str("*"))
Expand Down
1 change: 1 addition & 0 deletions gen/calendar3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ documentation = "http://byron.github.io/google-apis-rs/google_calendar3"
license = "MIT"
keywords = ["calendar", "google", "protocol", "web", "api"]


[dependencies]
hyper = "*"
mime = "*"
Expand Down
2 changes: 1 addition & 1 deletion gen/calendar3/src/cmn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ impl Header for ContentRange {

impl HeaderFormat for ContentRange {
fn fmt_header(&self, fmt: &mut fmt::Formatter) -> fmt::Result {
try!(fmt.write_str("bytes "));
try!(fmt.write_str("bytes="));
match self.range {
Some(ref c) => try!(c.fmt(fmt)),
None => try!(fmt.write_str("*"))
Expand Down
1 change: 1 addition & 0 deletions gen/civicinfo2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ documentation = "http://byron.github.io/google-apis-rs/google_civicinfo2"
license = "MIT"
keywords = ["civicinfo", "google", "protocol", "web", "api"]


[dependencies]
hyper = "*"
mime = "*"
Expand Down
2 changes: 1 addition & 1 deletion gen/civicinfo2/src/cmn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ impl Header for ContentRange {

impl HeaderFormat for ContentRange {
fn fmt_header(&self, fmt: &mut fmt::Formatter) -> fmt::Result {
try!(fmt.write_str("bytes "));
try!(fmt.write_str("bytes="));
match self.range {
Some(ref c) => try!(c.fmt(fmt)),
None => try!(fmt.write_str("*"))
Expand Down
1 change: 1 addition & 0 deletions gen/cloudlatencytest2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ documentation = "http://byron.github.io/google-apis-rs/google_cloudlatencytest2"
license = "MIT"
keywords = ["cloudlatencytest", "google", "protocol", "web", "api"]


[dependencies]
hyper = "*"
mime = "*"
Expand Down
2 changes: 1 addition & 1 deletion gen/cloudlatencytest2/src/cmn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ impl Header for ContentRange {

impl HeaderFormat for ContentRange {
fn fmt_header(&self, fmt: &mut fmt::Formatter) -> fmt::Result {
try!(fmt.write_str("bytes "));
try!(fmt.write_str("bytes="));
match self.range {
Some(ref c) => try!(c.fmt(fmt)),
None => try!(fmt.write_str("*"))
Expand Down
1 change: 1 addition & 0 deletions gen/cloudmonitoring2_beta2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ documentation = "http://byron.github.io/google-apis-rs/google_cloudmonitoring2_b
license = "MIT"
keywords = ["cloudmonitoring", "google", "protocol", "web", "api"]


[dependencies]
hyper = "*"
mime = "*"
Expand Down
2 changes: 1 addition & 1 deletion gen/cloudmonitoring2_beta2/src/cmn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ impl Header for ContentRange {

impl HeaderFormat for ContentRange {
fn fmt_header(&self, fmt: &mut fmt::Formatter) -> fmt::Result {
try!(fmt.write_str("bytes "));
try!(fmt.write_str("bytes="));
match self.range {
Some(ref c) => try!(c.fmt(fmt)),
None => try!(fmt.write_str("*"))
Expand Down
1 change: 1 addition & 0 deletions gen/cloudsearch1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ documentation = "http://byron.github.io/google-apis-rs/google_cloudsearch1"
license = "MIT"
keywords = ["cloudsearch", "google", "protocol", "web", "api"]


[dependencies]
hyper = "*"
mime = "*"
Expand Down
2 changes: 1 addition & 1 deletion gen/cloudsearch1/src/cmn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ impl Header for ContentRange {

impl HeaderFormat for ContentRange {
fn fmt_header(&self, fmt: &mut fmt::Formatter) -> fmt::Result {
try!(fmt.write_str("bytes "));
try!(fmt.write_str("bytes="));
match self.range {
Some(ref c) => try!(c.fmt(fmt)),
None => try!(fmt.write_str("*"))
Expand Down
1 change: 1 addition & 0 deletions gen/compute1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ documentation = "http://byron.github.io/google-apis-rs/google_compute1"
license = "MIT"
keywords = ["compute", "google", "protocol", "web", "api"]


[dependencies]
hyper = "*"
mime = "*"
Expand Down
2 changes: 1 addition & 1 deletion gen/compute1/src/cmn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ impl Header for ContentRange {

impl HeaderFormat for ContentRange {
fn fmt_header(&self, fmt: &mut fmt::Formatter) -> fmt::Result {
try!(fmt.write_str("bytes "));
try!(fmt.write_str("bytes="));
match self.range {
Some(ref c) => try!(c.fmt(fmt)),
None => try!(fmt.write_str("*"))
Expand Down
1 change: 1 addition & 0 deletions gen/container1_beta1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ documentation = "http://byron.github.io/google-apis-rs/google_container1_beta1"
license = "MIT"
keywords = ["container", "google", "protocol", "web", "api"]


[dependencies]
hyper = "*"
mime = "*"
Expand Down
Loading

0 comments on commit 3e0a24d

Please sign in to comment.