Skip to content

Instantly share code, notes, and snippets.

@QuantumFractal
Created September 22, 2015 15:15
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 QuantumFractal/8d366beac00b372a9780 to your computer and use it in GitHub Desktop.
Save QuantumFractal/8d366beac00b372a9780 to your computer and use it in GitHub Desktop.
''' Requestester '''
import requests
base = 'http://helixtangowebapi.azurewebsites.net'
response = requests.get(base+'/api/values')
print response.text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment