Skip to content

Instantly share code, notes, and snippets.

@tonybaloney
Created January 14, 2017 08:15
Show Gist options
  • Save tonybaloney/90ecbd3a8f614dea7accae8c9dd2a4e1 to your computer and use it in GitHub Desktop.
Save tonybaloney/90ecbd3a8f614dea7accae8c9dd2a4e1 to your computer and use it in GitHub Desktop.
import requests
response = requests.get('https://my-cloud.com/api/v1/servers/')
response.json()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment