2022-02-16 17:28:05 +03:00
|
|
|
{
|
|
|
|
"endpoints": [
|
2022-07-04 16:50:57 +03:00
|
|
|
{
|
|
|
|
"method": "POST",
|
2023-04-02 21:34:50 +03:00
|
|
|
"route": "/api/action/news/github_trends/run",
|
2023-04-03 17:29:21 +03:00
|
|
|
"params": ["number", "daterange"],
|
2023-04-02 21:34:50 +03:00
|
|
|
"entitiesType": "builtIn"
|
2022-07-04 16:50:57 +03:00
|
|
|
},
|
2022-07-03 19:47:10 +03:00
|
|
|
{
|
|
|
|
"method": "GET",
|
2023-04-02 21:34:50 +03:00
|
|
|
"route": "/api/action/news/product_hunt_trends/run",
|
2022-07-03 19:47:10 +03:00
|
|
|
"params": []
|
|
|
|
},
|
|
|
|
{
|
2023-04-02 21:34:50 +03:00
|
|
|
"method": "POST",
|
|
|
|
"route": "/api/action/productivity/todo_list/create_list",
|
2023-04-03 17:29:21 +03:00
|
|
|
"params": ["list"],
|
2023-04-02 21:34:50 +03:00
|
|
|
"entitiesType": "trim"
|
2022-07-03 19:47:10 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "GET",
|
2023-04-02 21:34:50 +03:00
|
|
|
"route": "/api/action/productivity/todo_list/view_lists",
|
2022-07-03 19:47:10 +03:00
|
|
|
"params": []
|
|
|
|
},
|
2022-03-13 19:06:23 +03:00
|
|
|
{
|
2023-04-02 21:34:50 +03:00
|
|
|
"method": "POST",
|
|
|
|
"route": "/api/action/productivity/todo_list/view_list",
|
2023-04-03 17:29:21 +03:00
|
|
|
"params": ["list"],
|
2023-04-02 21:34:50 +03:00
|
|
|
"entitiesType": "trim"
|
2022-03-13 19:06:23 +03:00
|
|
|
},
|
|
|
|
{
|
2023-04-02 21:34:50 +03:00
|
|
|
"method": "POST",
|
|
|
|
"route": "/api/action/productivity/todo_list/rename_list",
|
2023-04-03 17:29:21 +03:00
|
|
|
"params": ["old_list", "new_list"],
|
2023-04-02 21:34:50 +03:00
|
|
|
"entitiesType": "trim"
|
2022-04-07 17:09:01 +03:00
|
|
|
},
|
|
|
|
{
|
2023-04-02 21:34:50 +03:00
|
|
|
"method": "POST",
|
|
|
|
"route": "/api/action/productivity/todo_list/delete_list",
|
2023-04-03 17:29:21 +03:00
|
|
|
"params": ["list"],
|
2023-04-02 21:34:50 +03:00
|
|
|
"entitiesType": "trim"
|
2022-03-13 19:06:23 +03:00
|
|
|
},
|
|
|
|
{
|
2023-04-02 21:34:50 +03:00
|
|
|
"method": "POST",
|
|
|
|
"route": "/api/action/productivity/todo_list/add_todos",
|
2023-04-03 17:29:21 +03:00
|
|
|
"params": ["todos", "list"],
|
2023-04-02 21:34:50 +03:00
|
|
|
"entitiesType": "trim"
|
2022-05-09 16:47:35 +03:00
|
|
|
},
|
|
|
|
{
|
2022-07-10 15:07:29 +03:00
|
|
|
"method": "POST",
|
2023-04-02 21:34:50 +03:00
|
|
|
"route": "/api/action/productivity/todo_list/complete_todos",
|
2023-04-03 17:29:21 +03:00
|
|
|
"params": ["todos", "list"],
|
2022-07-10 15:07:29 +03:00
|
|
|
"entitiesType": "trim"
|
2022-05-09 16:47:35 +03:00
|
|
|
},
|
|
|
|
{
|
2023-04-02 21:34:50 +03:00
|
|
|
"method": "POST",
|
|
|
|
"route": "/api/action/productivity/todo_list/uncheck_todos",
|
2023-04-03 17:29:21 +03:00
|
|
|
"params": ["todos", "list"],
|
2023-04-02 21:34:50 +03:00
|
|
|
"entitiesType": "trim"
|
2022-03-13 19:06:23 +03:00
|
|
|
},
|
2022-02-23 16:33:47 +03:00
|
|
|
{
|
|
|
|
"method": "GET",
|
2023-04-02 21:34:50 +03:00
|
|
|
"route": "/api/action/social_communication/mbti/setup",
|
2022-02-23 16:33:47 +03:00
|
|
|
"params": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "GET",
|
2023-04-02 21:34:50 +03:00
|
|
|
"route": "/api/action/social_communication/mbti/quiz",
|
2022-02-28 17:54:31 +03:00
|
|
|
"params": []
|
|
|
|
},
|
2022-02-23 16:33:47 +03:00
|
|
|
{
|
|
|
|
"method": "GET",
|
2023-04-02 21:34:50 +03:00
|
|
|
"route": "/api/action/utilities/have_i_been_pwned/run",
|
2022-02-23 16:33:47 +03:00
|
|
|
"params": []
|
|
|
|
},
|
2022-02-21 17:41:54 +03:00
|
|
|
{
|
2023-04-02 21:34:50 +03:00
|
|
|
"method": "POST",
|
|
|
|
"route": "/api/action/utilities/is_it_down/run",
|
2023-04-03 17:29:21 +03:00
|
|
|
"params": ["url"],
|
2023-04-02 21:34:50 +03:00
|
|
|
"entitiesType": "builtIn"
|
2022-02-21 17:41:54 +03:00
|
|
|
},
|
2022-02-21 17:44:58 +03:00
|
|
|
{
|
2023-02-20 17:58:15 +03:00
|
|
|
"method": "GET",
|
2023-04-02 21:34:50 +03:00
|
|
|
"route": "/api/action/utilities/speed_test/run",
|
2023-02-20 17:58:15 +03:00
|
|
|
"params": []
|
2022-02-21 17:44:58 +03:00
|
|
|
},
|
2022-06-10 17:57:31 +03:00
|
|
|
{
|
|
|
|
"method": "GET",
|
2023-04-02 21:34:50 +03:00
|
|
|
"route": "/api/action/utilities/youtube_downloader/run",
|
2022-06-12 05:49:07 +03:00
|
|
|
"params": []
|
|
|
|
},
|
2023-04-02 21:34:50 +03:00
|
|
|
{
|
|
|
|
"method": "POST",
|
|
|
|
"route": "/api/action/games/akinator/choose_thematic",
|
2023-04-03 17:29:21 +03:00
|
|
|
"params": ["thematic"],
|
2023-04-02 21:34:50 +03:00
|
|
|
"entitiesType": "trim"
|
|
|
|
},
|
2022-06-12 05:49:07 +03:00
|
|
|
{
|
|
|
|
"method": "GET",
|
2023-04-02 21:34:50 +03:00
|
|
|
"route": "/api/action/games/akinator/setup",
|
2022-06-10 17:57:31 +03:00
|
|
|
"params": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "GET",
|
2023-04-02 21:34:50 +03:00
|
|
|
"route": "/api/action/games/akinator/guess",
|
2022-06-10 17:57:31 +03:00
|
|
|
"params": []
|
|
|
|
},
|
2022-02-21 17:49:12 +03:00
|
|
|
{
|
|
|
|
"method": "GET",
|
2023-04-02 21:34:50 +03:00
|
|
|
"route": "/api/action/games/akinator/retry",
|
2022-02-21 17:49:12 +03:00
|
|
|
"params": []
|
|
|
|
},
|
2022-02-21 17:52:24 +03:00
|
|
|
{
|
|
|
|
"method": "GET",
|
2023-04-02 21:34:50 +03:00
|
|
|
"route": "/api/action/games/guess_the_number/setup",
|
2022-02-21 17:52:24 +03:00
|
|
|
"params": []
|
|
|
|
},
|
2022-02-21 18:02:50 +03:00
|
|
|
{
|
|
|
|
"method": "GET",
|
2023-04-02 21:34:50 +03:00
|
|
|
"route": "/api/action/games/guess_the_number/guess",
|
2022-02-21 18:02:50 +03:00
|
|
|
"params": []
|
|
|
|
},
|
2022-02-21 18:06:08 +03:00
|
|
|
{
|
|
|
|
"method": "GET",
|
2023-04-02 21:34:50 +03:00
|
|
|
"route": "/api/action/games/guess_the_number/replay",
|
2022-02-21 18:06:08 +03:00
|
|
|
"params": []
|
|
|
|
},
|
2022-02-21 18:10:06 +03:00
|
|
|
{
|
|
|
|
"method": "GET",
|
2023-04-02 21:34:50 +03:00
|
|
|
"route": "/api/action/games/rochambeau/start",
|
2022-02-21 18:10:06 +03:00
|
|
|
"params": []
|
|
|
|
},
|
2022-02-22 03:44:21 +03:00
|
|
|
{
|
|
|
|
"method": "POST",
|
2023-04-02 21:34:50 +03:00
|
|
|
"route": "/api/action/games/rochambeau/play",
|
2023-04-03 17:29:21 +03:00
|
|
|
"params": ["handsign"],
|
2023-04-02 21:34:50 +03:00
|
|
|
"entitiesType": "trim"
|
2022-02-22 03:44:21 +03:00
|
|
|
},
|
2022-02-22 04:04:18 +03:00
|
|
|
{
|
|
|
|
"method": "GET",
|
2023-04-02 21:34:50 +03:00
|
|
|
"route": "/api/action/games/rochambeau/rematch",
|
2022-02-22 04:04:18 +03:00
|
|
|
"params": []
|
|
|
|
},
|
2023-05-02 18:53:41 +03:00
|
|
|
{
|
|
|
|
"method": "GET",
|
|
|
|
"route": "/api/action/leon/age/run",
|
|
|
|
"params": []
|
|
|
|
},
|
2022-02-17 16:45:14 +03:00
|
|
|
{
|
|
|
|
"method": "GET",
|
2023-04-02 21:34:50 +03:00
|
|
|
"route": "/api/action/leon/color/favorite_color",
|
2022-02-17 16:45:14 +03:00
|
|
|
"params": []
|
|
|
|
},
|
|
|
|
{
|
2023-04-02 21:34:50 +03:00
|
|
|
"method": "GET",
|
|
|
|
"route": "/api/action/leon/color/why",
|
|
|
|
"params": []
|
2022-02-17 16:45:14 +03:00
|
|
|
},
|
|
|
|
{
|
2023-04-02 21:34:50 +03:00
|
|
|
"method": "GET",
|
|
|
|
"route": "/api/action/leon/color/color_hexadecimal",
|
|
|
|
"params": []
|
2022-02-17 16:45:14 +03:00
|
|
|
},
|
|
|
|
{
|
2023-04-02 21:34:50 +03:00
|
|
|
"method": "GET",
|
|
|
|
"route": "/api/action/leon/good_bye/run",
|
|
|
|
"params": []
|
2022-02-17 16:45:14 +03:00
|
|
|
},
|
|
|
|
{
|
2023-04-02 21:34:50 +03:00
|
|
|
"method": "GET",
|
|
|
|
"route": "/api/action/leon/greeting/run",
|
|
|
|
"params": []
|
2022-02-17 16:45:14 +03:00
|
|
|
},
|
|
|
|
{
|
2023-04-02 21:34:50 +03:00
|
|
|
"method": "GET",
|
|
|
|
"route": "/api/action/leon/introduction/introduce_leon",
|
|
|
|
"params": []
|
2022-02-17 16:45:14 +03:00
|
|
|
},
|
|
|
|
{
|
2023-04-02 21:34:50 +03:00
|
|
|
"method": "GET",
|
|
|
|
"route": "/api/action/leon/introduction/gather_basic_info",
|
|
|
|
"params": []
|
2022-02-20 18:28:13 +03:00
|
|
|
},
|
2022-06-29 19:30:47 +03:00
|
|
|
{
|
|
|
|
"method": "GET",
|
2023-04-02 21:34:50 +03:00
|
|
|
"route": "/api/action/leon/introduction/remember",
|
2022-06-29 19:30:47 +03:00
|
|
|
"params": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "GET",
|
2023-04-02 21:34:50 +03:00
|
|
|
"route": "/api/action/leon/joke/run",
|
2022-06-29 19:30:47 +03:00
|
|
|
"params": []
|
|
|
|
},
|
2022-02-20 18:55:21 +03:00
|
|
|
{
|
|
|
|
"method": "GET",
|
2023-04-02 21:34:50 +03:00
|
|
|
"route": "/api/action/leon/meaning_of_life/run",
|
2022-02-20 18:55:21 +03:00
|
|
|
"params": []
|
|
|
|
},
|
2022-02-20 18:28:13 +03:00
|
|
|
{
|
2023-04-02 21:34:50 +03:00
|
|
|
"method": "GET",
|
|
|
|
"route": "/api/action/leon/partner_assistant/run",
|
|
|
|
"params": []
|
2022-02-22 03:29:57 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "GET",
|
2023-04-02 21:34:50 +03:00
|
|
|
"route": "/api/action/leon/random_number/run",
|
2022-02-22 03:29:57 +03:00
|
|
|
"params": []
|
2022-02-22 04:20:54 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "GET",
|
2023-04-02 21:34:50 +03:00
|
|
|
"route": "/api/action/leon/welcome/run",
|
2022-02-22 04:20:54 +03:00
|
|
|
"params": []
|
2022-02-16 17:28:05 +03:00
|
|
|
}
|
|
|
|
]
|
2023-04-03 17:29:21 +03:00
|
|
|
}
|