dendrite/clientapi/routing
Till b367cfeddf
Implement /thirdparty endpoints (#2831)
Implements the following endpoints 
```
GET /_matrix/client/v3/thirdparty/protocols
GET /_matrix/client/v3/thirdparty/protocols/{protocol}
GET /_matrix/client/v3/thirdparty/location
GET /_matrix/client/v3/thirdparty/location/{protocol}
GET /_matrix/client/v3/thirdparty/user
GET /_matrix/client/v3/thirdparty/user/{protocol}
```
2022-11-02 10:17:53 +00:00
..
account_data.go
admin.go
admin_whois.go
aliases.go
auth_fallback.go
capabilities.go
createroom.go
deactivate.go
device.go
directory.go
directory_public.go
directory_public_test.go
joined_rooms.go
joinroom.go
key_backup.go
key_crosssigning.go
keys.go
leaveroom.go
login.go
logout.go
membership.go
notification.go
openid.go
password.go
peekroom.go
presence.go
profile.go
pusher.go
pushrules.go
receipt.go
redaction.go
register.go
register_secret.go
register_secret_test.go
register_test.go
room_tagging.go
routing.go Implement /thirdparty endpoints (#2831) 2022-11-02 10:17:53 +00:00
sendevent.go
sendtodevice.go
sendtyping.go
server_notices.go
server_notices_test.go
state.go
thirdparty.go Implement /thirdparty endpoints (#2831) 2022-11-02 10:17:53 +00:00
threepid.go
upgrade_room.go
userdirectory.go
voip.go
whoami.go