mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
chore(code): update everything to latest google API versions
This commit is contained in:
@@ -4,11 +4,11 @@
|
||||
[package]
|
||||
|
||||
name = "google-content2-cli"
|
||||
version = "0.3.2+20150710"
|
||||
version = "0.3.2+20151002"
|
||||
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
|
||||
description = "A complete library to interact with Shopping Content (protocol v2)"
|
||||
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/content2-cli"
|
||||
homepage = "https://developers.google.com/shopping-content/v2/"
|
||||
homepage = "https://developers.google.com/shopping-content"
|
||||
documentation = "http://byron.github.io/google-apis-rs/google_content2_cli"
|
||||
license = "MIT"
|
||||
keywords = ["content", "google", "cli"]
|
||||
|
||||
@@ -11,7 +11,7 @@ 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 *Shopping Content* API can be found at the
|
||||
[official documentation site](https://developers.google.com/shopping-content/v2/).
|
||||
[official documentation site](https://developers.google.com/shopping-content).
|
||||
|
||||
# Downloads
|
||||
|
||||
@@ -24,7 +24,7 @@ Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/ma
|
||||
|
||||
# Usage
|
||||
|
||||
This documentation was generated from the *Shopping Content* API at revision *20150710*. The CLI is at version *0.3.2*.
|
||||
This documentation was generated from the *Shopping Content* API at revision *20151002*. The CLI is at version *0.3.2*.
|
||||
|
||||
```bash
|
||||
content2 [options]
|
||||
@@ -68,6 +68,22 @@ content2 [options]
|
||||
inventory
|
||||
custombatch (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
set <merchant-id> <store-code> <product-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
orders
|
||||
acknowledge <merchant-id> <order-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
advancetestorder <merchant-id> <order-id> [-p <v>]... [-o <out>]
|
||||
cancel <merchant-id> <order-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
cancellineitem <merchant-id> <order-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
createtestorder <merchant-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
custombatch (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
get <merchant-id> <order-id> [-p <v>]... [-o <out>]
|
||||
getbymerchantorderid <merchant-id> <merchant-order-id> [-p <v>]... [-o <out>]
|
||||
gettestordertemplate <merchant-id> <template-name> [-p <v>]... [-o <out>]
|
||||
list <merchant-id> [-p <v>]... [-o <out>]
|
||||
refund <merchant-id> <order-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
returnlineitem <merchant-id> <order-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
shiplineitems <merchant-id> <order-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
updatemerchantorderid <merchant-id> <order-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
updateshipment <merchant-id> <order-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
products
|
||||
custombatch (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
delete <merchant-id> <product-id> [-p <v>]...
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
site_name: Shopping Content v0.3.2+20150710
|
||||
site_name: Shopping Content v0.3.2+20151002
|
||||
site_url: http://byron.github.io/google-apis-rs/google-content2-cli
|
||||
site_description: Write integrating applications with bcore
|
||||
|
||||
@@ -42,6 +42,21 @@ pages:
|
||||
- ['datafeedstatuses_list.md', 'Datafeedstatuses', 'List']
|
||||
- ['inventory_custombatch.md', 'Inventory', 'Custombatch']
|
||||
- ['inventory_set.md', 'Inventory', 'Set']
|
||||
- ['orders_acknowledge.md', 'Orders', 'Acknowledge']
|
||||
- ['orders_advancetestorder.md', 'Orders', 'Advancetestorder']
|
||||
- ['orders_cancel.md', 'Orders', 'Cancel']
|
||||
- ['orders_cancellineitem.md', 'Orders', 'Cancellineitem']
|
||||
- ['orders_createtestorder.md', 'Orders', 'Createtestorder']
|
||||
- ['orders_custombatch.md', 'Orders', 'Custombatch']
|
||||
- ['orders_get.md', 'Orders', 'Get']
|
||||
- ['orders_getbymerchantorderid.md', 'Orders', 'Getbymerchantorderid']
|
||||
- ['orders_gettestordertemplate.md', 'Orders', 'Gettestordertemplate']
|
||||
- ['orders_list.md', 'Orders', 'List']
|
||||
- ['orders_refund.md', 'Orders', 'Refund']
|
||||
- ['orders_returnlineitem.md', 'Orders', 'Returnlineitem']
|
||||
- ['orders_shiplineitems.md', 'Orders', 'Shiplineitems']
|
||||
- ['orders_updatemerchantorderid.md', 'Orders', 'Updatemerchantorderid']
|
||||
- ['orders_updateshipment.md', 'Orders', 'Updateshipment']
|
||||
- ['products_custombatch.md', 'Products', 'Custombatch']
|
||||
- ['products_delete.md', 'Products', 'Delete']
|
||||
- ['products_get.md', 'Products', 'Get']
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user