add statusbar endpoint to postman collection

This commit is contained in:
Konstantin Kondr 2021-09-07 13:26:26 +03:00
parent a869897f80
commit 9235c1ca78
1 changed files with 31 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"info": {
"_postman_id": "46168002-34d8-48a5-95fa-4a8600450cbd",
"_postman_id": "728a2979-6cb3-4b46-9be9-3273f3d20a3d",
"name": "Wakapi",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
@ -342,6 +342,36 @@
}
},
"response": []
},
{
"name": "Get statusbar",
"request": {
"method": "GET",
"header": [
{
"key": "Authorization",
"value": "Basic {{TOKEN}}",
"type": "text"
}
],
"url": {
"raw": "{{BASE_URL}}/api/compat/wakatime/v1/users/current/statusbar/today",
"host": [
"{{BASE_URL}}"
],
"path": [
"api",
"compat",
"wakatime",
"v1",
"users",
"current",
"statusbar",
"today"
]
}
},
"response": []
}
]
}