mirror of
https://github.com/leon-ai/leon.git
synced 2024-12-20 15:21:36 +03:00
201 lines
4.2 KiB
JSON
201 lines
4.2 KiB
JSON
{
|
|
"endpoints": [
|
|
{
|
|
"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": "GET",
|
|
"route": "/api/action/games/rochambeau/play",
|
|
"params": []
|
|
},
|
|
{
|
|
"method": "GET",
|
|
"route": "/api/action/games/rochambeau/rematch",
|
|
"params": []
|
|
},
|
|
{
|
|
"method": "GET",
|
|
"route": "/api/action/leon/color/favorite_color",
|
|
"params": []
|
|
},
|
|
{
|
|
"method": "GET",
|
|
"route": "/api/action/leon/color/why",
|
|
"params": []
|
|
},
|
|
{
|
|
"method": "GET",
|
|
"route": "/api/action/leon/color/color_meaning",
|
|
"params": []
|
|
},
|
|
{
|
|
"method": "GET",
|
|
"route": "/api/action/leon/good_bye/run",
|
|
"params": []
|
|
},
|
|
{
|
|
"method": "GET",
|
|
"route": "/api/action/leon/greeting/run",
|
|
"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/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": []
|
|
},
|
|
{
|
|
"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": []
|
|
}
|
|
]
|
|
} |