Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chris Shum - API-Lab #7

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions answers.md
Original file line number Diff line number Diff line change
@@ -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"