{ "opencollection": "1.0.0", "info": { "name": "WakaTime Commits Languages 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": "Languages", "type": "folder" }, "items": [ { "info": { "name": "List Languages", "type": "http" }, "http": { "method": "GET", "url": "https://wakatime.com/api/v1/languages" }, "docs": "Returns all programming languages recognized by WakaTime." }, { "info": { "name": "List Program Languages", "type": "http" }, "http": { "method": "GET", "url": "https://wakatime.com/api/v1/program_languages" }, "docs": "Returns programming-language metadata." }, { "info": { "name": "List User Languages", "type": "http" }, "http": { "method": "GET", "url": "https://wakatime.com/api/v1/users/current/languages" }, "docs": "Returns the programming languages the authenticated user has logged time in." } ] } ], "bundled": true }