2022-02-16 17:28:05 +03:00
|
|
|
{
|
|
|
|
"endpoints": [
|
2024-08-26 17:06:20 +03:00
|
|
|
{
|
|
|
|
"method": "POST",
|
|
|
|
"route": "/api/action/news/github_trends/run",
|
|
|
|
"params": ["number", "daterange"],
|
|
|
|
"entitiesType": "builtIn"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "GET",
|
|
|
|
"route": "/api/action/news/product_hunt_trends/run",
|
|
|
|
"params": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "POST",
|
|
|
|
"route": "/api/action/productivity/todo_list/create_list",
|
|
|
|
"params": ["list"],
|
|
|
|
"entitiesType": "trim"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "GET",
|
|
|
|
"route": "/api/action/productivity/todo_list/view_lists",
|
|
|
|
"params": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "POST",
|
|
|
|
"route": "/api/action/productivity/todo_list/view_list",
|
|
|
|
"params": ["list"],
|
|
|
|
"entitiesType": "trim"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "POST",
|
|
|
|
"route": "/api/action/productivity/todo_list/rename_list",
|
|
|
|
"params": ["old_list", "new_list"],
|
|
|
|
"entitiesType": "trim"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "POST",
|
|
|
|
"route": "/api/action/productivity/todo_list/delete_list",
|
|
|
|
"params": ["list"],
|
|
|
|
"entitiesType": "trim"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "POST",
|
|
|
|
"route": "/api/action/productivity/todo_list/add_todos",
|
|
|
|
"params": ["todos", "list"],
|
|
|
|
"entitiesType": "trim"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "POST",
|
|
|
|
"route": "/api/action/productivity/todo_list/complete_todos",
|
|
|
|
"params": ["todos", "list"],
|
|
|
|
"entitiesType": "trim"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "POST",
|
|
|
|
"route": "/api/action/productivity/todo_list/uncheck_todos",
|
|
|
|
"params": ["todos", "list"],
|
|
|
|
"entitiesType": "trim"
|
|
|
|
},
|
2024-08-16 03:12:46 +03:00
|
|
|
{
|
|
|
|
"method": "POST",
|
|
|
|
"route": "/api/action/games/akinator/choose_thematic",
|
|
|
|
"params": ["thematic"],
|
|
|
|
"entitiesType": "trim"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "GET",
|
|
|
|
"route": "/api/action/games/akinator/setup",
|
|
|
|
"params": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "GET",
|
|
|
|
"route": "/api/action/games/akinator/guess",
|
|
|
|
"params": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "GET",
|
|
|
|
"route": "/api/action/games/akinator/retry",
|
|
|
|
"params": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "GET",
|
|
|
|
"route": "/api/action/games/guess_the_number/setup",
|
|
|
|
"params": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "GET",
|
|
|
|
"route": "/api/action/games/guess_the_number/guess",
|
|
|
|
"params": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "GET",
|
|
|
|
"route": "/api/action/games/guess_the_number/replay",
|
|
|
|
"params": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "GET",
|
|
|
|
"route": "/api/action/games/rochambeau/start",
|
|
|
|
"params": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "POST",
|
|
|
|
"route": "/api/action/games/rochambeau/play",
|
|
|
|
"params": ["handsign"],
|
|
|
|
"entitiesType": "trim"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "GET",
|
|
|
|
"route": "/api/action/games/rochambeau/rematch",
|
|
|
|
"params": []
|
|
|
|
},
|
2023-11-16 19:06:30 +03:00
|
|
|
{
|
|
|
|
"method": "GET",
|
2024-08-21 04:32:07 +03:00
|
|
|
"route": "/api/action/leon/age/run",
|
2023-11-16 19:06:30 +03:00
|
|
|
"params": []
|
|
|
|
},
|
2022-06-10 17:57:31 +03:00
|
|
|
{
|
|
|
|
"method": "GET",
|
2024-08-21 04:32:07 +03:00
|
|
|
"route": "/api/action/leon/color/favorite_color",
|
2022-06-10 17:57:31 +03:00
|
|
|
"params": []
|
|
|
|
},
|
2022-02-21 17:49:12 +03:00
|
|
|
{
|
|
|
|
"method": "GET",
|
2024-08-21 04:32:07 +03:00
|
|
|
"route": "/api/action/leon/color/why",
|
2022-02-21 17:49:12 +03:00
|
|
|
"params": []
|
|
|
|
},
|
2022-02-21 17:52:24 +03:00
|
|
|
{
|
|
|
|
"method": "GET",
|
2024-08-21 04:32:07 +03:00
|
|
|
"route": "/api/action/leon/color/color_hexadecimal",
|
2022-02-21 17:52:24 +03:00
|
|
|
"params": []
|
|
|
|
},
|
2022-02-21 18:02:50 +03:00
|
|
|
{
|
|
|
|
"method": "GET",
|
2024-08-21 04:32:07 +03:00
|
|
|
"route": "/api/action/leon/good_bye/run",
|
|
|
|
"params": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "GET",
|
|
|
|
"route": "/api/action/leon/greeting/run",
|
|
|
|
"params": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "GET",
|
|
|
|
"route": "/api/action/leon/help/help",
|
|
|
|
"params": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "GET",
|
|
|
|
"route": "/api/action/leon/introduction/introduce_leon",
|
|
|
|
"params": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "GET",
|
|
|
|
"route": "/api/action/leon/introduction/gather_basic_info",
|
|
|
|
"params": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "GET",
|
|
|
|
"route": "/api/action/leon/introduction/remember",
|
|
|
|
"params": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "GET",
|
|
|
|
"route": "/api/action/leon/joke/run",
|
|
|
|
"params": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "GET",
|
|
|
|
"route": "/api/action/leon/meaning_of_life/run",
|
|
|
|
"params": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "GET",
|
|
|
|
"route": "/api/action/leon/partner_assistant/run",
|
|
|
|
"params": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "GET",
|
|
|
|
"route": "/api/action/leon/random_number/run",
|
|
|
|
"params": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "GET",
|
|
|
|
"route": "/api/action/leon/thanks/run",
|
2022-02-21 18:02:50 +03:00
|
|
|
"params": []
|
|
|
|
},
|
2022-02-21 18:06:08 +03:00
|
|
|
{
|
|
|
|
"method": "GET",
|
2024-08-26 17:06:20 +03:00
|
|
|
"route": "/api/action/unknown/widget-playground/run",
|
2022-02-21 18:06:08 +03:00
|
|
|
"params": []
|
|
|
|
},
|
2024-05-27 13:54:54 +03:00
|
|
|
{
|
|
|
|
"method": "GET",
|
2024-08-25 03:04:00 +03:00
|
|
|
"route": "/api/action/social_communication/conversation/setup",
|
2024-05-23 15:47:41 +03:00
|
|
|
"params": []
|
|
|
|
},
|
2024-05-27 14:25:57 +03:00
|
|
|
{
|
|
|
|
"method": "GET",
|
2024-08-25 03:04:00 +03:00
|
|
|
"route": "/api/action/social_communication/conversation/chit_chat",
|
2024-05-27 14:25:57 +03:00
|
|
|
"params": []
|
|
|
|
},
|
2023-06-28 19:17:29 +03:00
|
|
|
{
|
|
|
|
"method": "GET",
|
2024-08-25 03:04:00 +03:00
|
|
|
"route": "/api/action/social_communication/conversation/converse",
|
2023-06-28 19:17:29 +03:00
|
|
|
"params": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "GET",
|
2024-08-25 03:04:00 +03:00
|
|
|
"route": "/api/action/social_communication/mbti/setup",
|
2023-06-28 19:17:29 +03:00
|
|
|
"params": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "GET",
|
2024-08-25 03:04:00 +03:00
|
|
|
"route": "/api/action/social_communication/mbti/quiz",
|
2023-06-28 19:17:29 +03:00
|
|
|
"params": []
|
|
|
|
},
|
2023-11-16 19:06:30 +03:00
|
|
|
{
|
|
|
|
"method": "GET",
|
2024-08-25 03:04:00 +03:00
|
|
|
"route": "/api/action/utilities/date_time/current_date_time",
|
2023-11-16 19:06:30 +03:00
|
|
|
"params": []
|
|
|
|
},
|
2023-06-28 19:17:29 +03:00
|
|
|
{
|
2024-08-25 03:04:00 +03:00
|
|
|
"method": "GET",
|
|
|
|
"route": "/api/action/utilities/date_time/current_date",
|
|
|
|
"params": []
|
2023-06-28 19:17:29 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "GET",
|
2024-08-25 03:04:00 +03:00
|
|
|
"route": "/api/action/utilities/date_time/current_time",
|
2023-06-28 19:17:29 +03:00
|
|
|
"params": []
|
2024-02-19 13:01:41 +03:00
|
|
|
},
|
2024-08-14 03:19:03 +03:00
|
|
|
{
|
|
|
|
"method": "GET",
|
2024-08-25 03:04:00 +03:00
|
|
|
"route": "/api/action/utilities/date_time/current_week_number",
|
2024-08-14 03:19:03 +03:00
|
|
|
"params": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "GET",
|
2024-08-25 03:04:00 +03:00
|
|
|
"route": "/api/action/utilities/date_time/days_countdown",
|
2024-08-14 03:19:03 +03:00
|
|
|
"params": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "GET",
|
2024-08-25 03:04:00 +03:00
|
|
|
"route": "/api/action/utilities/date_time/current_date_time_with_time_zone",
|
2024-08-14 03:19:03 +03:00
|
|
|
"params": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "GET",
|
2024-08-25 03:04:00 +03:00
|
|
|
"route": "/api/action/utilities/have_i_been_pwned/run",
|
2024-08-14 03:19:03 +03:00
|
|
|
"params": []
|
|
|
|
},
|
2024-08-25 03:04:00 +03:00
|
|
|
{
|
|
|
|
"method": "POST",
|
|
|
|
"route": "/api/action/utilities/is_it_down/run",
|
|
|
|
"params": ["url"],
|
|
|
|
"entitiesType": "builtIn"
|
|
|
|
},
|
2024-08-14 03:19:03 +03:00
|
|
|
{
|
|
|
|
"method": "GET",
|
2024-08-25 03:04:00 +03:00
|
|
|
"route": "/api/action/utilities/speed_test/run",
|
2024-08-14 03:19:03 +03:00
|
|
|
"params": []
|
|
|
|
},
|
2024-02-19 13:01:41 +03:00
|
|
|
{
|
2024-04-20 09:29:00 +03:00
|
|
|
"method": "GET",
|
2024-08-25 03:04:00 +03:00
|
|
|
"route": "/api/action/utilities/timer/set_timer",
|
2024-04-20 09:29:00 +03:00
|
|
|
"params": []
|
2024-04-18 15:38:02 +03:00
|
|
|
},
|
2024-04-29 13:02:41 +03:00
|
|
|
{
|
|
|
|
"method": "GET",
|
2024-08-25 03:04:00 +03:00
|
|
|
"route": "/api/action/utilities/timer/cancel_timer",
|
2024-04-29 13:02:41 +03:00
|
|
|
"params": []
|
|
|
|
},
|
2024-08-21 04:32:07 +03:00
|
|
|
{
|
|
|
|
"method": "GET",
|
2024-08-25 03:04:00 +03:00
|
|
|
"route": "/api/action/utilities/timer/check_timer",
|
2024-08-21 04:32:07 +03:00
|
|
|
"params": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "GET",
|
2024-08-25 03:04:00 +03:00
|
|
|
"route": "/api/action/utilities/translator-poc/setup",
|
2024-08-21 04:32:07 +03:00
|
|
|
"params": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "GET",
|
2024-08-25 03:04:00 +03:00
|
|
|
"route": "/api/action/utilities/translator-poc/ready",
|
2024-08-21 04:32:07 +03:00
|
|
|
"params": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"method": "GET",
|
2024-08-25 03:04:00 +03:00
|
|
|
"route": "/api/action/utilities/translator-poc/translate",
|
2024-08-21 04:32:07 +03:00
|
|
|
"params": []
|
2022-02-16 17:28:05 +03:00
|
|
|
}
|
|
|
|
]
|
2023-04-03 17:29:21 +03:00
|
|
|
}
|