Created
February 12, 2020 09:14
-
-
Save jjsilas/f69a0cedddc0b19d8d47a14a75a05e34 to your computer and use it in GitHub Desktop.
Google Maps API Review Module 10.4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1. Subscription List End point: | |
| https://www.googleapis.com/youtube/v3/subscriptions | |
| Required Parameters: | |
| - part | |
| Optional Paramaters: | |
| - (forChannelId) data type string - allowed values are comma separated list. | |
| - (maxResults) data type unsigned integer - allowed values are integer inclusive of 0 to 50. | |
| 2. Google Maps Geocoding | |
| Statue of Liberty - https://maps.googleapis.com/maps/api/geocode/json?address=Statue+of+liberty+National+monument, | |
| +New+York,+NY&key=YOUR_API_KEY | |
| My Address - https://maps.googleapis.com/maps/api/geocode/json?address=1501+creekstone ct, | |
| +Fort+Worth,+TX&key=YOUR_API_KEY |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment