diff --git a/answers.md b/answers.md index 67e9c53..5643495 100644 --- a/answers.md +++ b/answers.md @@ -1,14 +1,15 @@ ##### Task #1: Find the api call that allows you to search for all images of "cats". -API Call: +API Call: "https://api.flickr.com/services/rest/?method=flickr.photos.search&api_key=61f0eb097066a105e05af5ba7c0ce750&tags=cats" ##### Task #2: Find the api call that allows you to search for all images from "Charlotte, North Carolina. -API Call: +API Call: "https://api.flickr.com/services/rest/?method=flickr.photos.search&api_key=61f0eb097066a105e05af5ba7c0ce750&lat=35.2030728&lon=-80.9796106" ##### Task #3: Get all of the comments for any photo. -API Call: +API Call: "https://api.flickr.com/services/rest/?method=flickr.photos.comments.getList&api_key=61f0eb097066a105e05af5ba7c0ce750&photo_id=18149663983" ##### Task #4: Search for a list of all the photos in your current latitude and longitude. -API Call: + +API Call: "https://api.flickr.com/services/rest/?method=flickr.photos.search&api_key=61f0eb097066a105e05af5ba7c0ce750&lat=40.7053111&lon=-73.9597"