mirror of
https://github.com/leon-ai/leon.git
synced 2024-11-23 20:12:08 +03:00
199 lines
4.2 KiB
JSON
199 lines
4.2 KiB
JSON
{
|
|
"endpoints": [
|
|
{
|
|
"method": "GET",
|
|
"route": "/api/action/games/guess_the_number/start",
|
|
"params": []
|
|
},
|
|
{
|
|
"method": "GET",
|
|
"route": "/api/action/games/guess_the_number/pick_up",
|
|
"params": []
|
|
},
|
|
{
|
|
"method": "GET",
|
|
"route": "/api/action/games/guess_the_number/decide",
|
|
"params": []
|
|
},
|
|
{
|
|
"method": "GET",
|
|
"route": "/api/action/leon/birthday/leon_birthday",
|
|
"params": []
|
|
},
|
|
{
|
|
"method": "GET",
|
|
"route": "/api/action/leon/birthday/when_my_birthday",
|
|
"params": []
|
|
},
|
|
{
|
|
"method": "POST",
|
|
"route": "/api/action/leon/birthday/when_birthday",
|
|
"params": [
|
|
"person"
|
|
],
|
|
"entitiesType": "trim"
|
|
},
|
|
{
|
|
"method": "GET",
|
|
"route": "/api/action/leon/birthday/my_birthday",
|
|
"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/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": "GET",
|
|
"route": "/api/action/leon/who_am_i/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": []
|
|
}
|
|
]
|
|
} |