A Raycast extension that lets you control the Timeular tracker.
apiToken
Please provide apiToken in the extension preferences. To create a new client id and secret, do the following:
curl
:
curl -X POST \
-H 'Content-Type: application-json' \
-d '{ "apiKey": "{{API_KEY}}", "apiSecret": "{{API_SECRET}}" }' \
https://api.timeular.com/api/v3/developer/sign-in
Place your keys instead of {{API_KEY}}
and {{API_SECRET}}
.