mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
chore(source): add source at latest version
This commit is contained in:
@@ -11,23 +11,25 @@ capabilities. Errors will be printed to standard error, and cause the program's
|
||||
If data-structures are requested, these will be returned as pretty-printed JSON, to be useful as input to other tools.
|
||||
|
||||
Everything else about the *webmasters* API can be found at the
|
||||
[official documentation site](https://developers.google.com/webmaster-tools/v3/welcome).
|
||||
[official documentation site](https://developers.google.com/webmaster-tools/).
|
||||
|
||||
# Downloads
|
||||
|
||||
You can download the pre-compiled 64bit binaries for the following platforms:
|
||||
|
||||
*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.1/ubuntu/webmasters3.tar.gz)
|
||||
*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.1/osx/webmasters3.tar.gz)
|
||||
*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.2/ubuntu/webmasters3.tar.gz)
|
||||
*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.2/osx/webmasters3.tar.gz)
|
||||
|
||||
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/webmasters3-cli).
|
||||
|
||||
# Usage
|
||||
|
||||
This documentation was generated from the *webmasters* API at revision *20140908*. The CLI is at version *0.3.1*.
|
||||
This documentation was generated from the *webmasters* API at revision *20150624*. The CLI is at version *0.3.2*.
|
||||
|
||||
```bash
|
||||
webmasters3 [options]
|
||||
searchanalytics
|
||||
query <site-url> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
sitemaps
|
||||
delete <site-url> <feedpath> [-p <v>]...
|
||||
get <site-url> <feedpath> [-p <v>]... [-o <out>]
|
||||
|
||||
Reference in New Issue
Block a user