mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-06 11:34:34 +01:00
chore(code): updated to latest state
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
[package]
|
||||
|
||||
name = "google-mapsengine1-cli"
|
||||
version = "0.3.2+20150629"
|
||||
version = "0.3.3+20151202"
|
||||
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
|
||||
description = "A complete library to interact with Maps Engine (protocol v1)"
|
||||
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/mapsengine1-cli"
|
||||
@@ -21,10 +21,10 @@ hyper = "0.7"
|
||||
mime = "0.1.0"
|
||||
serde = ">= 0.6.0"
|
||||
serde_json = ">= 0.6.0"
|
||||
yup-oauth2 = "0.5"
|
||||
yup-oauth2 = ">= 0.5.4"
|
||||
strsim = "0.4"
|
||||
yup-hyper-mock = "1.0"
|
||||
clap = "1.5"
|
||||
clap = "2.0"
|
||||
|
||||
[build-dependencies]
|
||||
syntex = { version = ">= 0.23" }
|
||||
|
||||
@@ -6,7 +6,7 @@ DO NOT EDIT !
|
||||
The MIT License (MIT)
|
||||
=====================
|
||||
|
||||
Copyright © `2015` `Sebastian Thiel`
|
||||
Copyright © `2015-2016` `Sebastian Thiel`
|
||||
|
||||
Permission is hereby granted, free of charge, to any person
|
||||
obtaining a copy of this software and associated documentation
|
||||
|
||||
@@ -17,14 +17,14 @@ Everything else about the *Maps Engine* API can be found at the
|
||||
|
||||
You can download the pre-compiled 64bit binaries for the following platforms:
|
||||
|
||||
*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.2/ubuntu/mapsengine1.tar.gz)
|
||||
*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.2/osx/mapsengine1.tar.gz)
|
||||
*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.3/ubuntu/mapsengine1.tar.gz)
|
||||
*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.3/osx/mapsengine1.tar.gz)
|
||||
|
||||
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/mapsengine1-cli).
|
||||
|
||||
# Usage
|
||||
|
||||
This documentation was generated from the *Maps Engine* API at revision *20150629*. The CLI is at version *0.3.2*.
|
||||
This documentation was generated from the *Maps Engine* API at revision *20151202*. The CLI is at version *0.3.3*.
|
||||
|
||||
```bash
|
||||
mapsengine1 [options]
|
||||
@@ -116,18 +116,18 @@ mapsengine1 [options]
|
||||
|
||||
Configuration:
|
||||
[--scope <url>]...
|
||||
Specify the authentication a method should be executed in. Each scope
|
||||
requires the user to grant this application permission to use it.
|
||||
Specify the authentication a method should be executed in. Each scope
|
||||
requires the user to grant this application permission to use it.
|
||||
If unset, it defaults to the shortest scope url for a particular method.
|
||||
--config-dir <folder>
|
||||
A directory into which we will store our persistent data. Defaults to
|
||||
A directory into which we will store our persistent data. Defaults to
|
||||
a user-writable directory that we will create during the first invocation.
|
||||
[default: ~/.google-service-cli]
|
||||
--debug
|
||||
Output all server communication to standard error. `tx` and `rx` are placed
|
||||
Output all server communication to standard error. `tx` and `rx` are placed
|
||||
into the same stream.
|
||||
--debug-auth
|
||||
Output all communication related to authentication to standard error. `tx`
|
||||
Output all communication related to authentication to standard error. `tx`
|
||||
and `rx` are placed into the same stream.
|
||||
|
||||
```
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
site_name: Maps Engine v0.3.2+20150629
|
||||
site_name: Maps Engine v0.3.3+20151202
|
||||
site_url: http://byron.github.io/google-apis-rs/google-mapsengine1-cli
|
||||
site_description: Write integrating applications with bcore
|
||||
|
||||
@@ -89,5 +89,5 @@ pages:
|
||||
|
||||
theme: readthedocs
|
||||
|
||||
copyright: Copyright © 2015, `Sebastian Thiel`
|
||||
copyright: Copyright © 2015-2016, `Sebastian Thiel`
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user