OVERVIEW.md in google-apis-places_v1-0.2.0 vs OVERVIEW.md in google-apis-places_v1-0.3.0
- old
+ new
@@ -46,11 +46,11 @@
```ruby
# Load the client
require "google/apis/places_v1"
# Create a client object
-client = Google::Apis::PlacesV1::PlacesAPINewService.new
+client = Google::Apis::PlacesV1::MapsPlacesService.new
# Authenticate calls
client.authorization = # ... use the googleauth gem to create credentials
```
@@ -63,10 +63,10 @@
* The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
* The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
(Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Places service in particular.)
-For reference information on specific calls in the Places API (New), see the {Google::Apis::PlacesV1::PlacesAPINewService class reference docs}.
+For reference information on specific calls in the Places API (New), see the {Google::Apis::PlacesV1::MapsPlacesService class reference docs}.
## Which client should I use?
Google provides two types of Ruby API client libraries: **simple REST clients** and **modern clients**.