mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
chore(json): update all apis
And bring in 5 new ones, including cloudkms. Also update dependencies to make things compile again.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
[package]
|
||||
|
||||
name = "google-surveys2-cli"
|
||||
version = "1.0.4+20161103"
|
||||
version = "1.0.4+20170407"
|
||||
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
|
||||
description = "A complete library to interact with Surveys (protocol v2)"
|
||||
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/surveys2-cli"
|
||||
@@ -23,7 +23,7 @@ serde_json = "^ 0.9"
|
||||
serde_derive = "^ 0.9"
|
||||
yup-oauth2 = "^ 1.0"
|
||||
strsim = "^0.5"
|
||||
hyper-rustls = "^0.3"
|
||||
hyper-rustls = "^0.6"
|
||||
yup-hyper-mock = "^2.0"
|
||||
clap = "^2.0"
|
||||
|
||||
@@ -33,4 +33,4 @@ clap = "^2.0"
|
||||
|
||||
[dependencies.google-surveys2]
|
||||
path = "../surveys2"
|
||||
version = "1.0.4+20161103"
|
||||
version = "1.0.4+20170407"
|
||||
|
||||
@@ -22,7 +22,7 @@ Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/ma
|
||||
|
||||
# Usage
|
||||
|
||||
This documentation was generated from the *Surveys* API at revision *20161103*. The CLI is at version *1.0.4*.
|
||||
This documentation was generated from the *Surveys* API at revision *20170407*. The CLI is at version *1.0.4*.
|
||||
|
||||
```bash
|
||||
surveys2 [options]
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
site_name: Surveys v1.0.4+20161103
|
||||
site_name: Surveys v1.0.4+20170407
|
||||
site_url: http://byron.github.io/google-apis-rs/google-surveys2-cli
|
||||
site_description: A complete library to interact with Surveys (protocol v2)
|
||||
|
||||
|
||||
@@ -1266,7 +1266,7 @@ fn main() {
|
||||
|
||||
let mut app = App::new("surveys2")
|
||||
.author("Sebastian Thiel <byronimo@gmail.com>")
|
||||
.version("1.0.4+20161103")
|
||||
.version("1.0.4+20170407")
|
||||
.about("Creates and conducts surveys, lists the surveys that an authenticated user owns, and retrieves survey results and information about specified surveys.")
|
||||
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_surveys2_cli")
|
||||
.arg(Arg::with_name("url")
|
||||
|
||||
Reference in New Issue
Block a user