WakaTime · Arazzo Workflow
WakaTime Project Deep Dive
Version 1.0.0
Resolve the current user, load a project's details, list its commits, then fetch one commit.
View Spec
View on GitHub
Developer ProductivityDeveloper ToolsTime TrackingCoding AnalyticsLeaderboardsIDE PluginsOpen SourcePublic APIsArazzoWorkflows
Provider
Workflows
project-deep-dive
Load a project, list its commits, and fetch the first commit's detail.
Confirms identity, loads project details, lists project commits, and drills into the first commit when one exists.
1
getCurrentUser
getCurrentUser
Confirm the authenticated user before reading project data.
2
getProject
getProject
Load the detail record for the requested project.
3
listProjectCommits
listProjectCommits
List the commits for the project, each enriched with coding-time totals.
4
getProjectCommit
getProjectCommit
Fetch the full detail for the first commit returned for the project.