2021-12-30 18:06:30 +03:00
|
|
|
{
|
|
|
|
"endpoints": [
|
|
|
|
{
|
|
|
|
"method": "POST",
|
2022-01-28 13:34:35 +03:00
|
|
|
"route": "/api/p/calendar/todolist/create_list",
|
2021-12-30 18:06:30 +03:00
|
|
|
"params": [
|
|
|
|
"list"
|
2022-01-09 16:03:28 +03:00
|
|
|
],
|
|
|
|
"entitiesType": "trim"
|
2021-12-30 18:06:30 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "GET",
|
2022-01-28 13:34:35 +03:00
|
|
|
"route": "/api/p/calendar/todolist/view_lists",
|
2021-12-30 18:06:30 +03:00
|
|
|
"params": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "POST",
|
2022-01-28 13:34:35 +03:00
|
|
|
"route": "/api/p/calendar/todolist/view_list",
|
2021-12-30 18:06:30 +03:00
|
|
|
"params": [
|
|
|
|
"list"
|
2022-01-09 16:03:28 +03:00
|
|
|
],
|
|
|
|
"entitiesType": "trim"
|
2021-12-30 18:06:30 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "POST",
|
2022-01-28 13:34:35 +03:00
|
|
|
"route": "/api/p/calendar/todolist/rename_list",
|
2021-12-30 18:06:30 +03:00
|
|
|
"params": [
|
|
|
|
"old_list",
|
|
|
|
"new_list"
|
2022-01-09 16:03:28 +03:00
|
|
|
],
|
|
|
|
"entitiesType": "trim"
|
2021-12-30 18:06:30 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "POST",
|
2022-01-28 13:34:35 +03:00
|
|
|
"route": "/api/p/calendar/todolist/delete_list",
|
2021-12-30 18:06:30 +03:00
|
|
|
"params": [
|
|
|
|
"list"
|
2022-01-09 16:03:28 +03:00
|
|
|
],
|
|
|
|
"entitiesType": "trim"
|
2021-12-30 18:06:30 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "POST",
|
2022-01-28 13:34:35 +03:00
|
|
|
"route": "/api/p/calendar/todolist/add_todos",
|
2021-12-30 18:06:30 +03:00
|
|
|
"params": [
|
|
|
|
"todos",
|
|
|
|
"list"
|
2022-01-09 16:03:28 +03:00
|
|
|
],
|
|
|
|
"entitiesType": "trim"
|
2021-12-30 18:06:30 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "POST",
|
2022-01-28 13:34:35 +03:00
|
|
|
"route": "/api/p/calendar/todolist/complete_todos",
|
2021-12-30 18:06:30 +03:00
|
|
|
"params": [
|
|
|
|
"todos",
|
|
|
|
"list"
|
2022-01-09 16:03:28 +03:00
|
|
|
],
|
|
|
|
"entitiesType": "trim"
|
2021-12-30 18:06:30 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "POST",
|
2022-01-28 13:34:35 +03:00
|
|
|
"route": "/api/p/calendar/todolist/uncheck_todos",
|
2021-12-30 18:06:30 +03:00
|
|
|
"params": [
|
|
|
|
"todos",
|
|
|
|
"list"
|
2022-01-09 16:03:28 +03:00
|
|
|
],
|
|
|
|
"entitiesType": "trim"
|
2021-12-30 18:06:30 +03:00
|
|
|
},
|
|
|
|
{
|
2022-01-08 21:32:02 +03:00
|
|
|
"method": "POST",
|
2022-01-28 13:34:35 +03:00
|
|
|
"route": "/api/p/checker/isitdown/run",
|
2022-01-08 21:32:02 +03:00
|
|
|
"params": [
|
|
|
|
"url"
|
2022-01-09 16:03:28 +03:00
|
|
|
],
|
|
|
|
"entitiesType": "builtIn"
|
2021-12-30 18:06:30 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "GET",
|
2022-01-28 13:34:35 +03:00
|
|
|
"route": "/api/p/checker/haveibeenpwned/run",
|
2021-12-30 18:06:30 +03:00
|
|
|
"params": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "GET",
|
2022-01-28 13:34:35 +03:00
|
|
|
"route": "/api/p/leon/whoami/run",
|
2021-12-30 18:06:30 +03:00
|
|
|
"params": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "GET",
|
2022-01-28 13:34:35 +03:00
|
|
|
"route": "/api/p/leon/joke/run",
|
2021-12-30 18:06:30 +03:00
|
|
|
"params": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "GET",
|
2022-01-28 13:34:35 +03:00
|
|
|
"route": "/api/p/leon/greeting/run",
|
2021-12-30 18:06:30 +03:00
|
|
|
"params": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "GET",
|
2022-01-28 13:34:35 +03:00
|
|
|
"route": "/api/p/leon/welcome/run",
|
2021-12-30 18:06:30 +03:00
|
|
|
"params": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "GET",
|
2022-01-28 13:34:35 +03:00
|
|
|
"route": "/api/p/leon/meaningoflife/run",
|
2021-12-30 18:06:30 +03:00
|
|
|
"params": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "GET",
|
2022-01-28 13:34:35 +03:00
|
|
|
"route": "/api/p/leon/randomnumber/run",
|
2021-12-30 18:06:30 +03:00
|
|
|
"params": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "GET",
|
2022-01-28 13:34:35 +03:00
|
|
|
"route": "/api/p/leon/bye/run",
|
2021-12-30 18:06:30 +03:00
|
|
|
"params": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "GET",
|
2022-01-28 13:34:35 +03:00
|
|
|
"route": "/api/p/leon/partnerassistant/run",
|
2021-12-30 18:06:30 +03:00
|
|
|
"params": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "GET",
|
2022-01-28 13:34:35 +03:00
|
|
|
"route": "/api/p/network/speedtest/run",
|
2021-12-30 18:06:30 +03:00
|
|
|
"params": []
|
|
|
|
},
|
|
|
|
{
|
2022-01-09 16:03:28 +03:00
|
|
|
"method": "POST",
|
2022-01-28 13:34:35 +03:00
|
|
|
"route": "/api/p/trend/github/run",
|
2022-01-09 16:03:28 +03:00
|
|
|
"params": [
|
|
|
|
"number",
|
|
|
|
"daterange"
|
|
|
|
],
|
|
|
|
"entitiesType": "builtIn"
|
2021-12-30 18:06:30 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "GET",
|
2022-01-28 13:34:35 +03:00
|
|
|
"route": "/api/p/trend/producthunt/run",
|
2021-12-30 18:06:30 +03:00
|
|
|
"params": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "GET",
|
2022-01-28 13:34:35 +03:00
|
|
|
"route": "/api/p/videodownloader/youtube/run",
|
2021-12-30 18:06:30 +03:00
|
|
|
"params": []
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|