Skip to content

Instantly share code, notes, and snippets.

@rosiecakes
Last active November 6, 2016 22:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rosiecakes/77747cab40f76e0025a11d8b739cb872 to your computer and use it in GitHub Desktop.
Save rosiecakes/77747cab40f76e0025a11d8b739cb872 to your computer and use it in GitHub Desktop.
status_code_example = requests.get('http://api.open-notify.org/iss-pass.json').status_code
params = {'lat': 37.78, 'lon': -122.41}
response = requests.get('http://api.open-notify.org/iss-pass.json', params=params)
content = response.content
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment