chore(code): updated to latest state

This commit is contained in:
Sebastian Thiel
2016-01-30 14:08:25 +01:00
parent 5cba22f0c6
commit 75076acf16
1164 changed files with 241839 additions and 123033 deletions

View File

@@ -4,7 +4,7 @@
[package]
name = "google-admin1_directory-cli"
version = "0.3.2+20151005"
version = "0.3.3+20151208"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
description = "A complete library to interact with directory (protocol directory_v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/admin1_directory-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" }

View File

@@ -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

View File

@@ -17,14 +17,14 @@ Everything else about the *directory* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
* ![icon](http://megaicons.net/static/img/icons_sizes/6/140/16/ubuntu-icon.png) [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.2/ubuntu/admin1-directory.tar.gz)
* ![icon](http://hydra-media.cursecdn.com/wow.gamepedia.com/a/a2/Apple-icon-16x16.png?version=25ddd67ac3dd3b634478e3978b76cb74) [osx](http://dl.byronimo.de/google.rs/cli/0.3.2/osx/admin1-directory.tar.gz)
* ![icon](http://megaicons.net/static/img/icons_sizes/6/140/16/ubuntu-icon.png) [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.3/ubuntu/admin1-directory.tar.gz)
* ![icon](http://hydra-media.cursecdn.com/wow.gamepedia.com/a/a2/Apple-icon-16x16.png?version=25ddd67ac3dd3b634478e3978b76cb74) [osx](http://dl.byronimo.de/google.rs/cli/0.3.3/osx/admin1-directory.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/admin1_directory-cli).
# Usage
This documentation was generated from the *directory* API at revision *20151005*. The CLI is at version *0.3.2*.
This documentation was generated from the *directory* API at revision *20151208*. The CLI is at version *0.3.3*.
```bash
admin1-directory [options]
@@ -90,6 +90,13 @@ admin1-directory [options]
update <customer-id> <org-unit-path>... (-r <kv>)... [-p <v>]... [-o <out>]
privileges
list <customer> [-p <v>]... [-o <out>]
resources
calendars-delete <customer> <calendar-resource-id> [-p <v>]...
calendars-get <customer> <calendar-resource-id> [-p <v>]... [-o <out>]
calendars-insert <customer> (-r <kv>)... [-p <v>]... [-o <out>]
calendars-list <customer> [-p <v>]... [-o <out>]
calendars-patch <customer> <calendar-resource-id> (-r <kv>)... [-p <v>]... [-o <out>]
calendars-update <customer> <calendar-resource-id> (-r <kv>)... [-p <v>]... [-o <out>]
role-assignments
delete <customer> <role-assignment-id> [-p <v>]...
get <customer> <role-assignment-id> [-p <v>]... [-o <out>]
@@ -139,18 +146,18 @@ admin1-directory [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.
```

View File

@@ -1,4 +1,4 @@
site_name: directory v0.3.2+20151005
site_name: directory v0.3.3+20151208
site_url: http://byron.github.io/google-apis-rs/google-admin1_directory-cli
site_description: Write integrating applications with bcore
@@ -59,6 +59,12 @@ pages:
- ['orgunits_patch.md', 'Orgunits', 'Patch']
- ['orgunits_update.md', 'Orgunits', 'Update']
- ['privileges_list.md', 'Privileges', 'List']
- ['resources_calendars-delete.md', 'Resources', 'Calendars Delete']
- ['resources_calendars-get.md', 'Resources', 'Calendars Get']
- ['resources_calendars-insert.md', 'Resources', 'Calendars Insert']
- ['resources_calendars-list.md', 'Resources', 'Calendars List']
- ['resources_calendars-patch.md', 'Resources', 'Calendars Patch']
- ['resources_calendars-update.md', 'Resources', 'Calendars Update']
- ['role-assignments_delete.md', 'Role Assignments', 'Delete']
- ['role-assignments_get.md', 'Role Assignments', 'Get']
- ['role-assignments_insert.md', 'Role Assignments', 'Insert']
@@ -101,5 +107,5 @@ pages:
theme: readthedocs
copyright: Copyright &copy; 2015, `Sebastian Thiel`
copyright: Copyright &copy; 2015-2016, `Sebastian Thiel`

File diff suppressed because it is too large Load Diff