matrix-org / matrix-python-sdk

Matrix Client-Server SDK for Python 2 and 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecate MatrixHttpApi methods related to msgtype and move to Room

non-Jedi opened this issue · comments

To make the sdk api consistent, the general principle for the sdk should be that there's one method per endpoint in MatrixHttpApi. We can at most have a method for each type (m.room.message, etc.), but whatever we do we need to be consistent, and having a method per msgtype very much isn't.