google-shopping-merchant-products 0.1.0 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +27 -2
- data/lib/google/shopping/merchant/products/version.rb +1 -1
- metadata +17 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 49da1b673ee75dc8944ed0f50f73a4124ea58b2f2ca2fa6f5086e41e73a2eca5
|
4
|
+
data.tar.gz: 72d3838ea122a1cbcf32e2bbe8855bbeec3bba8d52266532729cde77b6eacbcf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6d492a860f4573d58078f4783db1c2f1aff3ff888c24617d9dc78b426c2d3c109ead3cb37adb5f11adb73c46b5db9581144b4827e6d9530f74e0cc1c6a30d89c
|
7
|
+
data.tar.gz: bd0f690423228f9ca8deefdc953b5f27f36739bbc69b0e5c441046f4c76850634c00cc1e820dffc707d9342cc23b1475ac6e7e88a7f8cdd8232594d28ebc0620
|
data/README.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
# Ruby Client for the Merchant API
|
2
2
|
|
3
|
-
Programmatically manage your Merchant Center
|
3
|
+
Programmatically manage your Merchant Center Accounts.
|
4
4
|
|
5
|
-
|
5
|
+
Merchant API consists of multiple Sub-APIs. Accounts Sub-API: Enables you to programmatically manage your accounts. Conversions Sub-API: Enables you to programmatically manage your conversion sources for a merchant account. Datasources Sub-API: Enables you to programmatically manage your datasources. Inventories Sub-API: This bundle enables you to programmatically manage your local and regional inventories. Local Feeds Partnerships Sub-API: This bundle enables LFP partners to submit local inventories for a merchant. Notifications Sub-API: This bundle enables you to programmatically manage your notification subscriptions. Products Sub-API: This bundle enables you to programmatically manage your products. Promotions Sub-API: This bundle enables you to programmatically manage your promotions for products. Quota Sub-API: This bundle enables you to list your quotas for all APIs you are using. Reports Sub-API: This bundle enables you to programmatically retrieve reports and insights about products, their performance and their competitive environment.
|
6
6
|
|
7
7
|
Actual client classes for the various versions of this API are defined in
|
8
8
|
_versioned_ client gems, with names of the form `google-shopping-merchant-products-v*`.
|
@@ -34,6 +34,31 @@ In order to use this library, you first need to go through the following steps:
|
|
34
34
|
1. [Enable the API.](https://console.cloud.google.com/apis/library/merchantapi.googleapis.com)
|
35
35
|
1. {file:AUTHENTICATION.md Set up authentication.}
|
36
36
|
|
37
|
+
## Debug Logging
|
38
|
+
|
39
|
+
This library comes with opt-in Debug Logging that can help you troubleshoot
|
40
|
+
your application's integration with the API. When logging is activated, key
|
41
|
+
events such as requests and responses, along with data payloads and metadata
|
42
|
+
such as headers and client configuration, are logged to the standard error
|
43
|
+
stream.
|
44
|
+
|
45
|
+
**WARNING:** Client Library Debug Logging includes your data payloads in
|
46
|
+
plaintext, which could include sensitive data such as PII for yourself or your
|
47
|
+
customers, private keys, or other security data that could be compromising if
|
48
|
+
leaked. Always practice good data hygiene with your application logs, and follow
|
49
|
+
the principle of least access. Google also recommends that Client Library Debug
|
50
|
+
Logging be enabled only temporarily during active debugging, and not used
|
51
|
+
permanently in production.
|
52
|
+
|
53
|
+
To enable logging, set the environment variable `GOOGLE_SDK_RUBY_LOGGING_GEMS`
|
54
|
+
to the value `all`. Alternatively, you can set the value to a comma-delimited
|
55
|
+
list of client library gem names. This will select the default logging behavior,
|
56
|
+
which writes logs to the standard error stream. On a local workstation, this may
|
57
|
+
result in logs appearing on the console. When running on a Google Cloud hosting
|
58
|
+
service such as [Google Cloud Run](https://cloud.google.com/run), this generally
|
59
|
+
results in logs appearing alongside your application logs in the
|
60
|
+
[Google Cloud Logging](https://cloud.google.com/logging/) service.
|
61
|
+
|
37
62
|
## Supported Ruby Versions
|
38
63
|
|
39
64
|
This library is supported on Ruby 2.7+.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-shopping-merchant-products
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-12-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-cloud-core
|
@@ -44,7 +44,19 @@ dependencies:
|
|
44
44
|
- - "<"
|
45
45
|
- !ruby/object:Gem::Version
|
46
46
|
version: 2.a
|
47
|
-
description:
|
47
|
+
description: 'Merchant API consists of multiple Sub-APIs. Accounts Sub-API: Enables
|
48
|
+
you to programmatically manage your accounts. Conversions Sub-API: Enables you to
|
49
|
+
programmatically manage your conversion sources for a merchant account. Datasources
|
50
|
+
Sub-API: Enables you to programmatically manage your datasources. Inventories Sub-API:
|
51
|
+
This bundle enables you to programmatically manage your local and regional inventories.
|
52
|
+
Local Feeds Partnerships Sub-API: This bundle enables LFP partners to submit local
|
53
|
+
inventories for a merchant. Notifications Sub-API: This bundle enables you to programmatically
|
54
|
+
manage your notification subscriptions. Products Sub-API: This bundle enables you
|
55
|
+
to programmatically manage your products. Promotions Sub-API: This bundle enables
|
56
|
+
you to programmatically manage your promotions for products. Quota Sub-API: This
|
57
|
+
bundle enables you to list your quotas for all APIs you are using. Reports Sub-API:
|
58
|
+
This bundle enables you to programmatically retrieve reports and insights about
|
59
|
+
products, their performance and their competitive environment.'
|
48
60
|
email: googleapis-packages@google.com
|
49
61
|
executables: []
|
50
62
|
extensions: []
|
@@ -76,8 +88,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
76
88
|
- !ruby/object:Gem::Version
|
77
89
|
version: '0'
|
78
90
|
requirements: []
|
79
|
-
rubygems_version: 3.5.
|
91
|
+
rubygems_version: 3.5.23
|
80
92
|
signing_key:
|
81
93
|
specification_version: 4
|
82
|
-
summary: Programmatically manage your Merchant Center
|
94
|
+
summary: Programmatically manage your Merchant Center Accounts.
|
83
95
|
test_files: []
|