2014-08-22 08:40:37 -04:00
|
|
|
{
|
|
|
|
"apiVersion": "1.0.0",
|
|
|
|
"swaggerVersion": "1.2",
|
|
|
|
"apis": [
|
|
|
|
{
|
|
|
|
"path": "/login",
|
|
|
|
"description": "Login operations"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "/registration",
|
|
|
|
"description": "Registration operations"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "/rooms",
|
|
|
|
"description": "Room operations"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "/profile",
|
|
|
|
"description": "Profile operations"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "/presence",
|
|
|
|
"description": "Presence operations"
|
2014-08-27 07:14:26 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "/events",
|
|
|
|
"description": "Event operations"
|
2014-08-27 10:41:19 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "/directory",
|
|
|
|
"description": "Directory operations"
|
2014-08-22 08:40:37 -04: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"
|
|
|
|
}
|
|
|
|
}
|