Skip to content

Instantly share code, notes, and snippets.

@hsgw
Created June 25, 2014 12:05
Show Gist options
  • Save hsgw/1a258881f5ada834fe8e to your computer and use it in GitHub Desktop.
Save hsgw/1a258881f5ada834fe8e to your computer and use it in GitHub Desktop.
import requests
api_token = "yourApiToken"
ret = requests.post("http://api.justyo.co/yoall/", data={'api_token': api_token})
print ret;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment