Skip to content

Instantly share code, notes, and snippets.

@jackphilippi
Created August 27, 2023 09:14
Show Gist options
  • Save jackphilippi/01aafce569843b7a80c72fe3583bf853 to your computer and use it in GitHub Desktop.
Save jackphilippi/01aafce569843b7a80c72fe3583bf853 to your computer and use it in GitHub Desktop.
import requests
response = requests.get('https://api.example.com/data')
data = response.json()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment