From 37fd95cf1a2ca2a208af2fbd031cafc9c50589d7 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Mon, 9 Jan 2023 18:26:20 +0100 Subject: [PATCH] Reading user is faster than reading users projects --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index addb0a9..ff3ed6c 100644 --- a/README.md +++ b/README.md @@ -595,7 +595,7 @@ curl -H "Travis-API-Version: 3" -H "Authorization: token " https://api.tr ## [WakaTime API Key](https://wakatime.com/developers) ``` -curl "https://wakatime.com/api/v1/users/current/projects/?api_key=KEY_HERE" +curl "https://wakatime.com/api/v1/users/current?api_key=KEY_HERE" ``` ## [Sonarcloud Token](https://sonarcloud.io/web_api)