mirror of
https://github.com/lucaspalomodevelop/Party.git
synced 2026-03-13 16:14:36 +00:00
39 lines
491 B
JSON
39 lines
491 B
JSON
{
|
|
"endpoints": [
|
|
"/api": [
|
|
{
|
|
"/mate": [
|
|
{
|
|
"endpoint": "/",
|
|
"method":"GET"
|
|
},
|
|
{
|
|
"endpoint": "/status",
|
|
"method":"GET"
|
|
},
|
|
{
|
|
"endpoint": "/trinken",
|
|
"method":"POST"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"/chat": [
|
|
{
|
|
"endpoint": "/",
|
|
"method":"GET"
|
|
},
|
|
{
|
|
"endpoint": "/messages:count",
|
|
"method": "GET"
|
|
},
|
|
{
|
|
"endpoint": "/new",
|
|
"method": "POST"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
]
|
|
}
|