-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move MatrixClient._sync method to MatrixClient.sync #192
Comments
I think we really need a top-level design plan for the API (or at least MatrixClient's interface) before going ahead with this. What should the whole interface look like? What are the flows? It should have answers to questions like: Do we want users to have access to sync, or should that be internal? Why/why not? TL;DR Why are we doing this again? |
I haven't sat down to writeup a full design doc of any sort for this sdk; that's Given that this sdk is still pre 1.0.0, we should make these incremental (but EDIT: I guess what I'm saying is that I've got a vague vision in my head only of |
I guess my points are:
|
_sync
needs to be written._sync
method signature is what we want to expose to userslong-term.
_sync
tosync
.listen_for_events
.Some discussion of this plan on #173.
The text was updated successfully, but these errors were encountered: