diff --git a/postman/Wakapi.postman_collection.json b/postman/Wakapi.postman_collection.json index 1d47844..01e814e 100644 --- a/postman/Wakapi.postman_collection.json +++ b/postman/Wakapi.postman_collection.json @@ -1,6 +1,6 @@ { "info": { - "_postman_id": "728a2979-6cb3-4b46-9be9-3273f3d20a3d", + "_postman_id": "1043ce31-dc5c-4477-a74a-a29a0e1168b0", "name": "Wakapi", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, @@ -245,6 +245,41 @@ }, "response": [] }, + { + "name": "Get heartbeats", + "request": { + "method": "GET", + "header": [ + { + "key": "Authorization", + "value": "Basic {{TOKEN}}", + "type": "text" + } + ], + "url": { + "raw": "{{BASE_URL}}/api/compat/wakatime/v1/users/current/heartbeats?date=2021-02-10", + "host": [ + "{{BASE_URL}}" + ], + "path": [ + "api", + "compat", + "wakatime", + "v1", + "users", + "current", + "heartbeats" + ], + "query": [ + { + "key": "date", + "value": "2021-02-10" + } + ] + } + }, + "response": [] + }, { "name": "Get stats", "request": {