Created
August 27, 2013 13:32
-
-
Save ars096/6353554 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import requests | |
API_TOKEN = 'b24cd...........92' | |
res = requests.get('https://www.toggl.com/api/v8/workspaces', | |
auth=(API_TOKEN, 'api_token')) | |
workspaces = res.json() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment