google-shopping-merchant-reviews 0.2.1 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9928f56ab71e02a856eb21eaef82992fd15f1f5410b08d9e121ccddaa1e4092b
4
- data.tar.gz: c0effe09765ae864261fba263ac4b220d7877322b9f0aedbf43d037d8d4d5db6
3
+ metadata.gz: 51f1c5e80f65de4a0c64f9b09accf84996feb4ea74e89ab9b63e925f4789f37a
4
+ data.tar.gz: 892b3dd1985d821e5b3d6be51b61f43fd030d66022e648290674b68b58fee41e
5
5
  SHA512:
6
- metadata.gz: ef05d1cb304a0873117d0306dfff047aa25f3bee4b8ff3ffb704dfd350cc76452b66203fe1bde9bcee1287acd5d8aa016cf8638dbe417651e3e19b4641837a21
7
- data.tar.gz: 2235bf7e81db256323a9ec31cf0b05684b5313c7cc5dfcf5752e17a1f8befbfae8e882516a2ff83692af4b82ecd0ff8b24ffefa603d96a639799854b49454458
6
+ metadata.gz: 77f86e2c8c07fd23fb7c1f5e570e95e2b7201c3a1f03b7af864d1a21657bb6f4f838803198dc152475fd74eea5eb2dc229e2c93016453a06d4c825eeefc6fc9e
7
+ data.tar.gz: b2d113370bca64dcbbedd886c7bcf4dd52a93c8fa7f68476c9697c4fab904bb3219225eed3c28338e8651309b7f0bc25eb6922e42b30f5ccd81460e28f3c393a
data/README.md CHANGED
@@ -34,6 +34,14 @@ 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
+ ```ruby
38
+ require "google/shopping/merchant/reviews"
39
+
40
+ client = Google::Shopping::Merchant::Reviews.merchant_reviews_service
41
+ request = ::Google::Shopping::Merchant::Reviews::V1beta::GetMerchantReviewRequest.new # (request fields as keyword arguments...)
42
+ response = client.get_merchant_review request
43
+ ```
44
+
37
45
  ## Debug Logging
38
46
 
39
47
  This library comes with opt-in Debug Logging that can help you troubleshoot
@@ -21,7 +21,7 @@ module Google
21
21
  module Shopping
22
22
  module Merchant
23
23
  module Reviews
24
- VERSION = "0.2.1"
24
+ VERSION = "0.2.2"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-shopping-merchant-reviews
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -86,7 +86,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
86
86
  - !ruby/object:Gem::Version
87
87
  version: '0'
88
88
  requirements: []
89
- rubygems_version: 3.6.8
89
+ rubygems_version: 3.6.9
90
90
  specification_version: 4
91
91
  summary: Programmatically manage your Merchant Center Accounts.
92
92
  test_files: []