Skip to content

Commit d7099b3

Browse files
author
scrapebadger-bot
committed
chore: regenerate SDK from OpenAPI spec
1 parent 8f286fe commit d7099b3

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

docs/Api/GoogleApi.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -393,9 +393,9 @@ $apiInstance = new ScrapeBadger\Api\GoogleApi(
393393
$config
394394
);
395395
$data_id = 'data_id_example'; // string | Maps data ID
396-
$sort_by = 'qualityScore'; // string
396+
$sort_by = 'qualityScore'; // string | qualityScore | newestFirst | ratingHigh | ratingLow
397397
$hl = 'en'; // string
398-
$next_page_token = 'next_page_token_example'; // string
398+
$next_page_token = 'next_page_token_example'; // string | Cursor from the previous response's pagination.next; omit for page 1.
399399
$results = 10; // int
400400

401401
try {
@@ -411,9 +411,9 @@ try {
411411
| Name | Type | Description | Notes |
412412
| ------------- | ------------- | ------------- | ------------- |
413413
| **data_id** | **string**| Maps data ID | |
414-
| **sort_by** | **string**| | [optional] [default to 'qualityScore'] |
414+
| **sort_by** | **string**| qualityScore | newestFirst | ratingHigh | ratingLow | [optional] [default to 'qualityScore'] |
415415
| **hl** | **string**| | [optional] [default to 'en'] |
416-
| **next_page_token** | **string**| | [optional] |
416+
| **next_page_token** | **string**| Cursor from the previous response's pagination.next; omit for page 1. | [optional] |
417417
| **results** | **int**| | [optional] [default to 10] |
418418

419419
### Return type

lib/Api/GoogleApi.php

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2101,9 +2101,9 @@ public function googleGetPlacePhotosRequest($data_id, $hl = 'en', $next_page_tok
21012101
* Get place reviews
21022102
*
21032103
* @param string $data_id Maps data ID (required)
2104-
* @param string $sort_by sort_by (optional, default to 'qualityScore')
2104+
* @param string $sort_by qualityScore | newestFirst | ratingHigh | ratingLow (optional, default to 'qualityScore')
21052105
* @param string $hl hl (optional, default to 'en')
2106-
* @param string $next_page_token next_page_token (optional)
2106+
* @param string $next_page_token Cursor from the previous response's pagination.next; omit for page 1. (optional)
21072107
* @param int $results results (optional, default to 10)
21082108
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['googleGetPlaceReviews'] to see the possible values for this operation
21092109
*
@@ -2123,9 +2123,9 @@ public function googleGetPlaceReviews($data_id, $sort_by = 'qualityScore', $hl =
21232123
* Get place reviews
21242124
*
21252125
* @param string $data_id Maps data ID (required)
2126-
* @param string $sort_by (optional, default to 'qualityScore')
2126+
* @param string $sort_by qualityScore | newestFirst | ratingHigh | ratingLow (optional, default to 'qualityScore')
21272127
* @param string $hl (optional, default to 'en')
2128-
* @param string $next_page_token (optional)
2128+
* @param string $next_page_token Cursor from the previous response's pagination.next; omit for page 1. (optional)
21292129
* @param int $results (optional, default to 10)
21302130
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['googleGetPlaceReviews'] to see the possible values for this operation
21312131
*
@@ -2287,9 +2287,9 @@ public function googleGetPlaceReviewsWithHttpInfo($data_id, $sort_by = 'qualityS
22872287
* Get place reviews
22882288
*
22892289
* @param string $data_id Maps data ID (required)
2290-
* @param string $sort_by (optional, default to 'qualityScore')
2290+
* @param string $sort_by qualityScore | newestFirst | ratingHigh | ratingLow (optional, default to 'qualityScore')
22912291
* @param string $hl (optional, default to 'en')
2292-
* @param string $next_page_token (optional)
2292+
* @param string $next_page_token Cursor from the previous response's pagination.next; omit for page 1. (optional)
22932293
* @param int $results (optional, default to 10)
22942294
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['googleGetPlaceReviews'] to see the possible values for this operation
22952295
*
@@ -2312,9 +2312,9 @@ function ($response) {
23122312
* Get place reviews
23132313
*
23142314
* @param string $data_id Maps data ID (required)
2315-
* @param string $sort_by (optional, default to 'qualityScore')
2315+
* @param string $sort_by qualityScore | newestFirst | ratingHigh | ratingLow (optional, default to 'qualityScore')
23162316
* @param string $hl (optional, default to 'en')
2317-
* @param string $next_page_token (optional)
2317+
* @param string $next_page_token Cursor from the previous response's pagination.next; omit for page 1. (optional)
23182318
* @param int $results (optional, default to 10)
23192319
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['googleGetPlaceReviews'] to see the possible values for this operation
23202320
*
@@ -2366,9 +2366,9 @@ function ($exception) {
23662366
* Create request for operation 'googleGetPlaceReviews'
23672367
*
23682368
* @param string $data_id Maps data ID (required)
2369-
* @param string $sort_by (optional, default to 'qualityScore')
2369+
* @param string $sort_by qualityScore | newestFirst | ratingHigh | ratingLow (optional, default to 'qualityScore')
23702370
* @param string $hl (optional, default to 'en')
2371-
* @param string $next_page_token (optional)
2371+
* @param string $next_page_token Cursor from the previous response's pagination.next; omit for page 1. (optional)
23722372
* @param int $results (optional, default to 10)
23732373
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['googleGetPlaceReviews'] to see the possible values for this operation
23742374
*

0 commit comments

Comments
 (0)