Skip to content

Instantly share code, notes, and snippets.

@ars096
Last active December 21, 2015 17:39
Show Gist options
  • Save ars096/6341949 to your computer and use it in GitHub Desktop.
Save ars096/6341949 to your computer and use it in GitHub Desktop.
import requests
API_TOKEN = 'b24cd...........92'
res = requests.get('https://www.toggl.com/api/v8/me',
auth=(API_TOKEN, 'api_token'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment