Skip to content

Instantly share code, notes, and snippets.

@calthoff
Created June 29, 2017 19:44
Show Gist options
  • Save calthoff/96f6dec2d5d0b7c56b0a9df066a568ff to your computer and use it in GitHub Desktop.
Save calthoff/96f6dec2d5d0b7c56b0a9df066a568ff to your computer and use it in GitHub Desktop.
import json, requests
resp = requests.get(url=url, params=params)
data = json.loads(resp.text)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment