{ "opencollection": "1.0.0", "info": { "name": "WakaTime Commits Status Bar API", "version": "v1" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://wakatime.com/oauth/authorize", "accessTokenUrl": "https://wakatime.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Status Bar", "type": "folder" }, "items": [ { "info": { "name": "Get Status Bar", "type": "http" }, "http": { "method": "GET", "url": "https://wakatime.com/api/v1/users/current/status_bar" }, "docs": "Returns a cached today-only stats payload for status-bar displays in editor plugins." } ] } ], "bundled": true }