2014-08-22 14:40:37 +02:00
|
|
|
{
|
|
|
|
"apiVersion": "1.0.0",
|
|
|
|
"swaggerVersion": "1.2",
|
|
|
|
"apis": [
|
|
|
|
{
|
2014-09-01 15:05:28 +02:00
|
|
|
"path": "-login",
|
2014-08-22 14:40:37 +02:00
|
|
|
"description": "Login operations"
|
|
|
|
},
|
|
|
|
{
|
2014-09-01 15:05:28 +02:00
|
|
|
"path": "-registration",
|
2014-08-22 14:40:37 +02:00
|
|
|
"description": "Registration operations"
|
|
|
|
},
|
|
|
|
{
|
2014-09-01 15:05:28 +02:00
|
|
|
"path": "-rooms",
|
2014-08-22 14:40:37 +02:00
|
|
|
"description": "Room operations"
|
|
|
|
},
|
|
|
|
{
|
2014-09-01 15:05:28 +02:00
|
|
|
"path": "-profile",
|
2014-08-22 14:40:37 +02:00
|
|
|
"description": "Profile operations"
|
|
|
|
},
|
|
|
|
{
|
2014-09-01 15:05:28 +02:00
|
|
|
"path": "-presence",
|
2014-08-22 14:40:37 +02:00
|
|
|
"description": "Presence operations"
|
2014-08-27 13:14:26 +02:00
|
|
|
},
|
|
|
|
{
|
2014-09-01 15:05:28 +02:00
|
|
|
"path": "-events",
|
2014-08-27 13:14:26 +02:00
|
|
|
"description": "Event operations"
|
2014-08-27 16:41:19 +02:00
|
|
|
},
|
|
|
|
{
|
2014-09-01 15:05:28 +02:00
|
|
|
"path": "-directory",
|
2014-08-27 16:41:19 +02:00
|
|
|
"description": "Directory operations"
|
2014-08-22 14:40:37 +02:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"authorizations": {
|
|
|
|
"token": {
|
|
|
|
"scopes": []
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"info": {
|
|
|
|
"title": "Matrix Client-Server API Reference",
|
|
|
|
"description": "This contains the client-server API for the reference implementation of the home server",
|
|
|
|
"termsOfServiceUrl": "http://matrix.org",
|
|
|
|
"license": "Apache 2.0",
|
|
|
|
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.html"
|
|
|
|
}
|
|
|
|
}
|