The Google Maps Booking API allows developers to integrate booking functionalities into their applications using Google Maps. This API provides various endpoints for managing bookings, retrieving availability, and more.
gem 'google-apis-mapsbooking_v1alpha', github: 'libroreserve/google-apis-mapsbooking-ruby'
Refer to the documentation for detailed information on how to authenticate and make requests to the API.
This command updates the api client using the discovery endpoint:
gem install google-apis-generator && \
tmpfile=$(mktemp) && \
wget -qO "$tmpfile" "https://mapsbooking.googleapis.com/\$discovery/rest?version=v1alpha" && \
generate-api gen ../ --file "$tmpfile" && \
rm "$tmpfile"
If you would like to contribute to this project, please fork the repository and submit a pull request.
This project is licensed under the Apache License - see the LICENSE file for details.