1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-12-20 07:11:40 +03:00
leon/core/skills-endpoints.json

216 lines
4.9 KiB
JSON
Raw Normal View History

2022-02-16 17:28:05 +03:00
{
"endpoints": [
{
"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-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"
},
{
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
},
{
"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"],
"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
},
{
"method": "GET",
2023-04-02 21:34:50 +03:00
"route": "/api/action/social_communication/mbti/setup",
"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": []
},
{
"method": "GET",
2023-04-02 21:34:50 +03:00
"route": "/api/action/utilities/have_i_been_pwned/run",
"params": []
},
{
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"
},
{
"method": "GET",
2023-04-02 21:34:50 +03:00
"route": "/api/action/utilities/speed_test/run",
"params": []
},
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",
"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"
},
{
"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": []
},
{
"method": "GET",
2023-04-02 21:34:50 +03:00
"route": "/api/action/games/akinator/retry",
"params": []
},
{
"method": "GET",
2023-04-02 21:34:50 +03:00
"route": "/api/action/games/guess_the_number/setup",
"params": []
},
{
"method": "GET",
2023-04-02 21:34:50 +03:00
"route": "/api/action/games/guess_the_number/guess",
"params": []
},
{
"method": "GET",
2023-04-02 21:34:50 +03:00
"route": "/api/action/games/guess_the_number/replay",
"params": []
},
{
"method": "GET",
2023-04-02 21:34:50 +03:00
"route": "/api/action/games/rochambeau/start",
"params": []
},
{
"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"
},
{
"method": "GET",
2023-04-02 21:34:50 +03:00
"route": "/api/action/games/rochambeau/rematch",
"params": []
},
2023-05-02 18:53:41 +03:00
{
"method": "GET",
"route": "/api/action/leon/age/run",
"params": []
},
{
"method": "GET",
2023-04-02 21:34:50 +03:00
"route": "/api/action/leon/color/favorite_color",
"params": []
},
{
2023-04-02 21:34:50 +03:00
"method": "GET",
"route": "/api/action/leon/color/why",
"params": []
},
{
2023-04-02 21:34:50 +03:00
"method": "GET",
"route": "/api/action/leon/color/color_hexadecimal",
"params": []
},
{
2023-04-02 21:34:50 +03:00
"method": "GET",
"route": "/api/action/leon/good_bye/run",
"params": []
},
{
2023-04-02 21:34:50 +03:00
"method": "GET",
"route": "/api/action/leon/greeting/run",
"params": []
},
{
2023-04-02 21:34:50 +03:00
"method": "GET",
"route": "/api/action/leon/introduction/introduce_leon",
"params": []
},
{
2023-04-02 21:34:50 +03:00
"method": "GET",
"route": "/api/action/leon/introduction/gather_basic_info",
"params": []
},
{
"method": "GET",
2023-04-02 21:34:50 +03:00
"route": "/api/action/leon/introduction/remember",
"params": []
},
{
"method": "GET",
2023-04-02 21:34:50 +03:00
"route": "/api/action/leon/joke/run",
"params": []
},
{
"method": "GET",
2023-04-02 21:34:50 +03:00
"route": "/api/action/leon/meaning_of_life/run",
"params": []
},
{
2023-04-02 21:34:50 +03:00
"method": "GET",
"route": "/api/action/leon/partner_assistant/run",
"params": []
},
{
"method": "GET",
2023-04-02 21:34:50 +03:00
"route": "/api/action/leon/random_number/run",
"params": []
},
{
"method": "GET",
2023-04-02 21:34:50 +03:00
"route": "/api/action/leon/welcome/run",
"params": []
2022-02-16 17:28:05 +03:00
}
]
2023-04-03 17:29:21 +03:00
}