5 ms·
Nice. I signed up for an account and installed the sublime plugin. Is there any way to export data? Even if it's just an API for now.
by adambom 13y ago
Nice. I signed up for an account and installed the sublime plugin. Is there any way to export data? Even if it's just an API for now.
- welder 13y agoYes, I have a JSON api that the Backbone.js website uses. To export all of your logged time, just page through this resource: https://www.wakati.me/api/v1/actions?page=1&show=file,is_write,project,tags,time,endtime https://www.wakati.me/api/v1/actions?page=1&show=file,is_wri... I'll publish api docs soon to make writing your own plugin easier.