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

201 lines
4.2 KiB
JSON
Raw Normal View History

2022-02-16 17:28:05 +03:00
{
"endpoints": [
2022-03-13 19:06:23 +03:00
{
"method": "GET",
2022-05-09 16:47:35 +03:00
"route": "/api/action/games/guess_the_number/setup",
2022-03-13 19:06:23 +03:00
"params": []
},
{
"method": "GET",
2022-05-09 16:47:35 +03:00
"route": "/api/action/games/guess_the_number/guess",
"params": []
},
{
"method": "GET",
2022-05-09 16:47:35 +03:00
"route": "/api/action/games/guess_the_number/replay",
2022-03-13 19:06:23 +03:00
"params": []
},
{
"method": "GET",
2022-05-09 16:47:35 +03:00
"route": "/api/action/games/rochambeau/start",
"params": []
},
{
"method": "GET",
"route": "/api/action/games/rochambeau/play",
"params": []
},
{
"method": "GET",
"route": "/api/action/games/rochambeau/rematch",
2022-03-13 19:06:23 +03:00
"params": []
},
{
"method": "GET",
"route": "/api/action/leon/color/favorite_color",
"params": []
},
{
"method": "GET",
2022-03-12 08:18:13 +03:00
"route": "/api/action/leon/color/why",
2022-02-28 17:54:31 +03:00
"params": []
},
{
"method": "GET",
"route": "/api/action/leon/color/color_hexadecimal",
"params": []
},
{
"method": "GET",
"route": "/api/action/leon/good_bye/run",
"params": []
},
{
"method": "GET",
"route": "/api/action/leon/greeting/run",
"params": []
},
2022-06-10 17:57:31 +03:00
{
"method": "GET",
"route": "/api/action/leon/introduction/introduce_leon",
"params": []
},
{
"method": "GET",
"route": "/api/action/leon/introduction/gather_basic_info",
2022-06-10 17:57:31 +03:00
"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/welcome/run",
"params": []
},
{
"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": []
},
2022-02-16 17:28:05 +03:00
{
"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"
},
{
"method": "GET",
"route": "/api/action/utilities/have_i_been_pwned/run",
"params": []
},
{
"method": "POST",
"route": "/api/action/utilities/is_it_down/run",
"params": [
"url"
],
"entitiesType": "builtIn"
},
{
"method": "GET",
"route": "/api/action/utilities/speed_test/run",
"params": []
},
{
"method": "GET",
"route": "/api/action/utilities/youtube_downloader/run",
"params": []
2022-02-16 17:28:05 +03:00
}
]
}