mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-02 07:02:07 +01:00
fix(api-update): 'bytes ...' -> 'bytes=...'
* update all APIs to contain said change. It's not worth a republish though.
This commit is contained in:
@@ -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 = "*"
|
||||
|
||||
@@ -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("*"))
|
||||
|
||||
@@ -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 = "*"
|
||||
|
||||
@@ -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("*"))
|
||||
|
||||
@@ -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 = "*"
|
||||
|
||||
@@ -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("*"))
|
||||
|
||||
@@ -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 = "*"
|
||||
|
||||
@@ -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("*"))
|
||||
|
||||
@@ -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 = "*"
|
||||
|
||||
@@ -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("*"))
|
||||
|
||||
@@ -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 = "*"
|
||||
|
||||
@@ -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("*"))
|
||||
|
||||
@@ -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 = "*"
|
||||
|
||||
@@ -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("*"))
|
||||
|
||||
@@ -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 = "*"
|
||||
|
||||
@@ -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("*"))
|
||||
|
||||
@@ -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 = "*"
|
||||
|
||||
@@ -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("*"))
|
||||
|
||||
@@ -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 = "*"
|
||||
|
||||
@@ -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("*"))
|
||||
|
||||
@@ -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 = "*"
|
||||
|
||||
@@ -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("*"))
|
||||
|
||||
@@ -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 = "*"
|
||||
|
||||
@@ -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("*"))
|
||||
|
||||
@@ -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 = "*"
|
||||
|
||||
@@ -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("*"))
|
||||
|
||||
@@ -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 = "*"
|
||||
|
||||
@@ -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("*"))
|
||||
|
||||
@@ -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 = "*"
|
||||
|
||||
@@ -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("*"))
|
||||
|
||||
@@ -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 = "*"
|
||||
|
||||
@@ -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("*"))
|
||||
|
||||
@@ -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 = "*"
|
||||
|
||||
@@ -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("*"))
|
||||
|
||||
@@ -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 = "*"
|
||||
|
||||
@@ -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("*"))
|
||||
|
||||
@@ -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 = "*"
|
||||
|
||||
@@ -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("*"))
|
||||
|
||||
@@ -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 = "*"
|
||||
|
||||
@@ -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("*"))
|
||||
|
||||
@@ -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 = "*"
|
||||
|
||||
@@ -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("*"))
|
||||
|
||||
@@ -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 = "*"
|
||||
|
||||
@@ -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("*"))
|
||||
|
||||
@@ -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 = "*"
|
||||
|
||||
@@ -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("*"))
|
||||
|
||||
@@ -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 = "*"
|
||||
|
||||
@@ -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("*"))
|
||||
|
||||
@@ -13,6 +13,7 @@ documentation = "http://byron.github.io/google-apis-rs/google_content2"
|
||||
license = "MIT"
|
||||
keywords = ["content", "google", "protocol", "web", "api"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
hyper = "*"
|
||||
mime = "*"
|
||||
|
||||
@@ -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("*"))
|
||||
|
||||
@@ -13,6 +13,7 @@ documentation = "http://byron.github.io/google-apis-rs/google_coordinate1"
|
||||
license = "MIT"
|
||||
keywords = ["coordinate", "google", "protocol", "web", "api"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
hyper = "*"
|
||||
mime = "*"
|
||||
|
||||
@@ -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("*"))
|
||||
|
||||
@@ -13,6 +13,7 @@ documentation = "http://byron.github.io/google-apis-rs/google_customsearch1"
|
||||
license = "MIT"
|
||||
keywords = ["customsearch", "google", "protocol", "web", "api"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
hyper = "*"
|
||||
mime = "*"
|
||||
|
||||
@@ -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("*"))
|
||||
|
||||
@@ -12,6 +12,7 @@ documentation = "http://byron.github.io/google-apis-rs/google_dataflow1_b4"
|
||||
license = "MIT"
|
||||
keywords = ["dataflow", "google", "protocol", "web", "api"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
hyper = "*"
|
||||
mime = "*"
|
||||
|
||||
@@ -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("*"))
|
||||
|
||||
@@ -13,6 +13,7 @@ documentation = "http://byron.github.io/google-apis-rs/google_datastore1_beta2"
|
||||
license = "MIT"
|
||||
keywords = ["datastore", "google", "protocol", "web", "api"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
hyper = "*"
|
||||
mime = "*"
|
||||
|
||||
@@ -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("*"))
|
||||
|
||||
@@ -13,6 +13,7 @@ documentation = "http://byron.github.io/google-apis-rs/google_deploymentmanager2
|
||||
license = "MIT"
|
||||
keywords = ["deploymentmanager", "google", "protocol", "web", "api"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
hyper = "*"
|
||||
mime = "*"
|
||||
|
||||
@@ -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("*"))
|
||||
|
||||
@@ -13,6 +13,7 @@ documentation = "http://byron.github.io/google-apis-rs/google_dfareporting2"
|
||||
license = "MIT"
|
||||
keywords = ["dfareporting", "google", "protocol", "web", "api"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
hyper = "*"
|
||||
mime = "*"
|
||||
|
||||
@@ -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("*"))
|
||||
|
||||
@@ -13,6 +13,7 @@ documentation = "http://byron.github.io/google-apis-rs/google_discovery1"
|
||||
license = "MIT"
|
||||
keywords = ["discovery", "google", "protocol", "web", "api"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
hyper = "*"
|
||||
mime = "*"
|
||||
|
||||
@@ -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("*"))
|
||||
|
||||
@@ -13,6 +13,7 @@ documentation = "http://byron.github.io/google-apis-rs/google_dns1_beta1"
|
||||
license = "MIT"
|
||||
keywords = ["dns", "google", "protocol", "web", "api"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
hyper = "*"
|
||||
mime = "*"
|
||||
|
||||
@@ -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("*"))
|
||||
|
||||
@@ -13,6 +13,7 @@ documentation = "http://byron.github.io/google-apis-rs/google_doubleclickbidmana
|
||||
license = "MIT"
|
||||
keywords = ["doubleclickbidmanage", "google", "protocol", "web", "api"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
hyper = "*"
|
||||
mime = "*"
|
||||
|
||||
@@ -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("*"))
|
||||
|
||||
@@ -13,6 +13,7 @@ documentation = "http://byron.github.io/google-apis-rs/google_doubleclicksearch2
|
||||
license = "MIT"
|
||||
keywords = ["doubleclicksearch", "google", "protocol", "web", "api"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
hyper = "*"
|
||||
mime = "*"
|
||||
|
||||
@@ -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("*"))
|
||||
|
||||
@@ -13,6 +13,7 @@ documentation = "http://byron.github.io/google-apis-rs/google_drive2"
|
||||
license = "MIT"
|
||||
keywords = ["drive", "google", "protocol", "web", "api"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
hyper = "*"
|
||||
mime = "*"
|
||||
|
||||
@@ -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("*"))
|
||||
|
||||
@@ -13,6 +13,7 @@ documentation = "http://byron.github.io/google-apis-rs/google_fitness1"
|
||||
license = "MIT"
|
||||
keywords = ["fitness", "google", "protocol", "web", "api"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
hyper = "*"
|
||||
mime = "*"
|
||||
|
||||
@@ -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("*"))
|
||||
|
||||
@@ -13,6 +13,7 @@ documentation = "http://byron.github.io/google-apis-rs/google_freebase1"
|
||||
license = "MIT"
|
||||
keywords = ["freebase", "google", "protocol", "web", "api"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
hyper = "*"
|
||||
mime = "*"
|
||||
|
||||
@@ -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("*"))
|
||||
|
||||
@@ -13,6 +13,7 @@ documentation = "http://byron.github.io/google-apis-rs/google_freebase1_sandbox"
|
||||
license = "MIT"
|
||||
keywords = ["freebase", "google", "protocol", "web", "api"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
hyper = "*"
|
||||
mime = "*"
|
||||
|
||||
@@ -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("*"))
|
||||
|
||||
@@ -13,6 +13,7 @@ documentation = "http://byron.github.io/google-apis-rs/google_fusiontables2"
|
||||
license = "MIT"
|
||||
keywords = ["fusiontables", "google", "protocol", "web", "api"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
hyper = "*"
|
||||
mime = "*"
|
||||
|
||||
@@ -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("*"))
|
||||
|
||||
@@ -13,6 +13,7 @@ documentation = "http://byron.github.io/google-apis-rs/google_games1"
|
||||
license = "MIT"
|
||||
keywords = ["games", "google", "protocol", "web", "api"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
hyper = "*"
|
||||
mime = "*"
|
||||
|
||||
@@ -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("*"))
|
||||
|
||||
@@ -13,6 +13,7 @@ documentation = "http://byron.github.io/google-apis-rs/google_gamesconfiguration
|
||||
license = "MIT"
|
||||
keywords = ["gamesConfiguration", "google", "protocol", "web", "api"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
hyper = "*"
|
||||
mime = "*"
|
||||
|
||||
@@ -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("*"))
|
||||
|
||||
@@ -13,6 +13,7 @@ documentation = "http://byron.github.io/google-apis-rs/google_gamesmanagement1_m
|
||||
license = "MIT"
|
||||
keywords = ["gamesManagement", "google", "protocol", "web", "api"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
hyper = "*"
|
||||
mime = "*"
|
||||
|
||||
@@ -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("*"))
|
||||
|
||||
@@ -13,6 +13,7 @@ documentation = "http://byron.github.io/google-apis-rs/google_gan1_beta1"
|
||||
license = "MIT"
|
||||
keywords = ["gan", "google", "protocol", "web", "api"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
hyper = "*"
|
||||
mime = "*"
|
||||
|
||||
@@ -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("*"))
|
||||
|
||||
@@ -13,6 +13,7 @@ documentation = "http://byron.github.io/google-apis-rs/google_genomics1_beta2"
|
||||
license = "MIT"
|
||||
keywords = ["genomics", "google", "protocol", "web", "api"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
hyper = "*"
|
||||
mime = "*"
|
||||
|
||||
@@ -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("*"))
|
||||
|
||||
@@ -13,6 +13,7 @@ documentation = "http://byron.github.io/google-apis-rs/google_gmail1"
|
||||
license = "MIT"
|
||||
keywords = ["gmail", "google", "protocol", "web", "api"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
hyper = "*"
|
||||
mime = "*"
|
||||
|
||||
@@ -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("*"))
|
||||
|
||||
@@ -9,14 +9,20 @@ authors = ["Sebastian Thiel <byronimo@gmail>"]
|
||||
description = "A complete library to interact with Groups Migration (protocol v1)"
|
||||
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/groupsmigration1-cli"
|
||||
homepage = "https://developers.google.com/google-apps/groups-migration/"
|
||||
documentation = "http://byron.github.io/google-apis-rs/google-groupsmigration1-cli"
|
||||
documentation = "http://byron.github.io/google-apis-rs/google_groupsmigration1_cli"
|
||||
license = "MIT"
|
||||
keywords = ["groupsmigration", "google", "cli"]
|
||||
|
||||
[[bin]]
|
||||
name = "groupsmigration1"
|
||||
|
||||
[dependencies]
|
||||
hyper = "*"
|
||||
mime = "*"
|
||||
yup-oauth2 = "*"
|
||||
docopt = "*"
|
||||
docopt_macros = "*"
|
||||
rustc-serialize = "*"
|
||||
|
||||
[dependencies.google-groupsmigration1]
|
||||
path = "../groupsmigration1"
|
||||
|
||||
@@ -9,6 +9,7 @@ site_dir: build_html
|
||||
|
||||
pages:
|
||||
- ['index.md', 'Home']
|
||||
- ['archive_insert.md', 'Archive', 'Insert']
|
||||
|
||||
theme: readthedocs
|
||||
|
||||
|
||||
@@ -1,3 +1,19 @@
|
||||
// DO NOT EDIT !
|
||||
// This file was generated automatically from 'src/mako/cli/main.rs.mako'
|
||||
// DO NOT EDIT !
|
||||
#![feature(plugin)]
|
||||
#![plugin(docopt_macros)]
|
||||
|
||||
extern crate docopt;
|
||||
extern crate rustc_serialize;
|
||||
|
||||
docopt!(Args derive Debug, "
|
||||
Usage:
|
||||
groupsmigration1 archive insert
|
||||
groupsmigration1 --help
|
||||
");
|
||||
|
||||
fn main() {
|
||||
let _: Args = Args::docopt().decode().unwrap_or_else(|e| e.exit());
|
||||
println!("Hello, groupsmigration:v1 !");
|
||||
}
|
||||
@@ -13,6 +13,7 @@ documentation = "http://byron.github.io/google-apis-rs/google_groupsmigration1"
|
||||
license = "MIT"
|
||||
keywords = ["groupsmigration", "google", "protocol", "web", "api"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
hyper = "*"
|
||||
mime = "*"
|
||||
|
||||
@@ -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("*"))
|
||||
|
||||
@@ -13,6 +13,7 @@ documentation = "http://byron.github.io/google-apis-rs/google_groupssettings1"
|
||||
license = "MIT"
|
||||
keywords = ["groupssettings", "google", "protocol", "web", "api"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
hyper = "*"
|
||||
mime = "*"
|
||||
|
||||
@@ -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("*"))
|
||||
|
||||
@@ -13,6 +13,7 @@ documentation = "http://byron.github.io/google-apis-rs/google_identitytoolkit3"
|
||||
license = "MIT"
|
||||
keywords = ["identitytoolkit", "google", "protocol", "web", "api"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
hyper = "*"
|
||||
mime = "*"
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user