Mark client.versions as implemented method

This commit is contained in:
nxshock 2019-08-02 18:19:34 +05:00
parent 11097f763c
commit 74493dcecd

View File

@ -2,6 +2,7 @@
Implemented from [Client-Server API](https://matrix.org/docs/spec/client_server/latest):
- [x] [2.1 GET /_matrix/client/versions](https://matrix.org/docs/spec/client_server/latest#get-matrix-client-versions)
- [x] [5.4.1 GET /_matrix/client/r0/login](https://matrix.org/docs/spec/client_server/latest#get-matrix-client-r0-login)
- [x] [5.4.2 POST /_matrix/client/r0/login](https://matrix.org/docs/spec/client_server/latest#post-matrix-client-r0-login)
- [x] [5.4.3 POST /_matrix/client/r0/logout](https://matrix.org/docs/spec/client_server/latest#post-matrix-client-r0-logout)