Skip to content

Instantly share code, notes, and snippets.

@jjsilas
Created February 12, 2020 09:14
Show Gist options
  • Save jjsilas/f69a0cedddc0b19d8d47a14a75a05e34 to your computer and use it in GitHub Desktop.
Save jjsilas/f69a0cedddc0b19d8d47a14a75a05e34 to your computer and use it in GitHub Desktop.
Google Maps API Review Module 10.4
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