WakaTime integration (Productivity, Developer Tools). Imported from open-connector.
https://wakatime.com/api/v1/users/current
/users/current/all_time_since_today
| Param | Type | Required | Description |
|---|---|---|---|
| project | string | optional | The WakaTime project name. |
/users/current/projects
| Param | Type | Required | Description |
|---|---|---|---|
| q | string | optional | A search term used to filter project names. |
| page | integer | optional | The 1-based page number to request. |
/users/current/stats/{range}
| Param | Type | Required | Description |
|---|---|---|---|
| range | string | required | The WakaTime stats range, such as last_7_days, last_30_days, all_time, YYYY, or… |
| timeout | integer | optional | The keystroke timeout override in minutes. |
| writes_only | boolean | optional | Whether to count only file write activity instead of all coding activity. |
/users/current/summaries
| Param | Type | Required | Description |
|---|---|---|---|
| range | string | optional | A predefined WakaTime summaries date range. |
| start | string | optional | The summaries start date in YYYY-MM-DD format. |
| end | string | optional | The summaries end date in YYYY-MM-DD format. |
| project | string | optional | The WakaTime project name. |
| branches | string | optional | A comma-separated list of branch names used to filter activity. |
| timeout | integer | optional | The keystroke timeout override in minutes. |
| writes_only | boolean | optional | Whether to count only file write activity instead of all coding activity. |
| timezone | string | optional | An Olson timezone string such as America/Los_Angeles. |
/users/current/status_bar/today
| Param | Type | Required | Description |
|---|---|---|---|
| project | string | optional | The WakaTime project name. |
| branches | string | optional | A comma-separated list of branch names used to filter activity. |
| timeout | integer | optional | The keystroke timeout override in minutes. |
| writes_only | boolean | optional | Whether to count only file write activity instead of all coding activity. |
| timezone | string | optional | An Olson timezone string such as America/Los_Angeles. |