Party/endpoints.json
2023-07-05 00:57:26 +02:00

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"
}
]
}
]
]
}