mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
Update to latest versions of API declarations
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
[package]
|
||||
|
||||
name = "google-content2_sandbox-cli"
|
||||
version = "1.0.7+20171207"
|
||||
version = "1.0.7+20181009"
|
||||
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
|
||||
description = "A complete library to interact with Shopping Content (protocol v2sandbox)"
|
||||
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/content2_sandbox-cli"
|
||||
@@ -12,9 +12,11 @@ homepage = "https://developers.google.com/shopping-content"
|
||||
documentation = "http://byron.github.io/google-apis-rs/google_content2_sandbox_cli"
|
||||
license = "MIT"
|
||||
keywords = ["content", "google", "cli"]
|
||||
autobins = false
|
||||
|
||||
[[bin]]
|
||||
name = "content2-sandbox"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dev-dependencies]
|
||||
hyper-rustls = "^0.6"
|
||||
@@ -37,4 +39,4 @@ clap = "^2.0"
|
||||
|
||||
[dependencies.google-content2_sandbox]
|
||||
path = "../content2_sandbox"
|
||||
version = "1.0.7+20171207"
|
||||
version = "1.0.7+20181009"
|
||||
|
||||
@@ -25,23 +25,39 @@ 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 *20171207*. The CLI is at version *1.0.7*.
|
||||
This documentation was generated from the *Shopping Content* API at revision *20181009*. The CLI is at version *1.0.7*.
|
||||
|
||||
```bash
|
||||
content2-sandbox [options]
|
||||
orderinvoices
|
||||
createchargeinvoice <merchant-id> <order-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
createrefundinvoice <merchant-id> <order-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
orderpayments
|
||||
notifyauthapproved <merchant-id> <order-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
notifyauthdeclined <merchant-id> <order-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
notifycharge <merchant-id> <order-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
notifyrefund <merchant-id> <order-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
orderreturns
|
||||
get <merchant-id> <return-id> [-p <v>]... [-o <out>]
|
||||
list <merchant-id> [-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>]
|
||||
canceltestorderbycustomer <merchant-id> <order-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
createtestorder <merchant-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
createtestreturn <merchant-id> <order-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>]
|
||||
instorerefundlineitem <merchant-id> <order-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
list <merchant-id> [-p <v>]... [-o <out>]
|
||||
refund <merchant-id> <order-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
rejectreturnlineitem <merchant-id> <order-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
returnlineitem <merchant-id> <order-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
returnrefundlineitem <merchant-id> <order-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
setlineitemmetadata <merchant-id> <order-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
shiplineitems <merchant-id> <order-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
updatelineitemshippingdetails <merchant-id> <order-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
site_name: Shopping Content v1.0.7+20171207
|
||||
site_name: Shopping Content v1.0.7+20181009
|
||||
site_url: http://byron.github.io/google-apis-rs/google-content2_sandbox-cli
|
||||
site_description: A complete library to interact with Shopping Content (protocol v2sandbox)
|
||||
|
||||
@@ -9,18 +9,31 @@ site_dir: build_html
|
||||
|
||||
pages:
|
||||
- ['index.md', 'Home']
|
||||
- ['orderinvoices_createchargeinvoice.md', 'Orderinvoices', 'Createchargeinvoice']
|
||||
- ['orderinvoices_createrefundinvoice.md', 'Orderinvoices', 'Createrefundinvoice']
|
||||
- ['orderpayments_notifyauthapproved.md', 'Orderpayments', 'Notifyauthapproved']
|
||||
- ['orderpayments_notifyauthdeclined.md', 'Orderpayments', 'Notifyauthdeclined']
|
||||
- ['orderpayments_notifycharge.md', 'Orderpayments', 'Notifycharge']
|
||||
- ['orderpayments_notifyrefund.md', 'Orderpayments', 'Notifyrefund']
|
||||
- ['orderreturns_get.md', 'Orderreturns', 'Get']
|
||||
- ['orderreturns_list.md', 'Orderreturns', 'List']
|
||||
- ['orders_acknowledge.md', 'Orders', 'Acknowledge']
|
||||
- ['orders_advancetestorder.md', 'Orders', 'Advancetestorder']
|
||||
- ['orders_cancel.md', 'Orders', 'Cancel']
|
||||
- ['orders_cancellineitem.md', 'Orders', 'Cancellineitem']
|
||||
- ['orders_canceltestorderbycustomer.md', 'Orders', 'Canceltestorderbycustomer']
|
||||
- ['orders_createtestorder.md', 'Orders', 'Createtestorder']
|
||||
- ['orders_createtestreturn.md', 'Orders', 'Createtestreturn']
|
||||
- ['orders_custombatch.md', 'Orders', 'Custombatch']
|
||||
- ['orders_get.md', 'Orders', 'Get']
|
||||
- ['orders_getbymerchantorderid.md', 'Orders', 'Getbymerchantorderid']
|
||||
- ['orders_gettestordertemplate.md', 'Orders', 'Gettestordertemplate']
|
||||
- ['orders_instorerefundlineitem.md', 'Orders', 'Instorerefundlineitem']
|
||||
- ['orders_list.md', 'Orders', 'List']
|
||||
- ['orders_refund.md', 'Orders', 'Refund']
|
||||
- ['orders_rejectreturnlineitem.md', 'Orders', 'Rejectreturnlineitem']
|
||||
- ['orders_returnlineitem.md', 'Orders', 'Returnlineitem']
|
||||
- ['orders_returnrefundlineitem.md', 'Orders', 'Returnrefundlineitem']
|
||||
- ['orders_setlineitemmetadata.md', 'Orders', 'Setlineitemmetadata']
|
||||
- ['orders_shiplineitems.md', 'Orders', 'Shiplineitems']
|
||||
- ['orders_updatelineitemshippingdetails.md', 'Orders', 'Updatelineitemshippingdetails']
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user