Skip to content

Instantly share code, notes, and snippets.

@tonybaloney
Created January 14, 2017 08:18
Show Gist options
  • Save tonybaloney/99283993c4e71056e37eb09ddd3041e2 to your computer and use it in GitHub Desktop.
Save tonybaloney/99283993c4e71056e37eb09ddd3041e2 to your computer and use it in GitHub Desktop.
import requests
response = requests.request('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