Skip to content

Instantly share code, notes, and snippets.

@KevDev90
Created November 27, 2020 23:24
Show Gist options
  • Save KevDev90/755aadf5f72e72061a818dbc778abdb2 to your computer and use it in GitHub Desktop.
Save KevDev90/755aadf5f72e72061a818dbc778abdb2 to your computer and use it in GitHub Desktop.
Reading api documentation assignment 1
Visit the YouTube API documentation discussed above and find the subscription list endpoint documentation. List 1 required parameter and 2 optional parameters for this endpoint. For each parameter listed, state the data type and give an example of the allowed values.
1. Requred parameter- part
2. Optional parameters - forChannelId, maxResults
Visit the Google Maps Geocoding API documentation found here: https://developers.google.com/maps/documentation/geocoding/intro. Construct the full URL for requesting the geographic coordinates of The Statue of Liberty in JSON format. Do the same for your own address.
1.https://maps.googleapis.com/maps/api/geocode/json?address=Statue+Of+Liberty,+New+York,+NY&key=YOUR_API_KEY
2.https://maps.googleapis.com/maps/api/geocode/json?address=9222+E+Arbor+Cir,+Englewood,+CO&key=YOUR_API_KEY
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment