-
Notifications
You must be signed in to change notification settings - Fork 23
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
Add API trait #647
Add API trait #647
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
request: PublishIdentityUpdateRequest, | ||
) -> Result<PublishIdentityUpdateResponse, Error>; | ||
|
||
async fn get_identity_updates_v2( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needed to make this a v2
since we already have a get_identity_updates
method on the client for the old endpoint.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To clarify, get_identity_updates_v2
is getting xmtp v3 identities right?
40f2a3b
to
2b4ba2f
Compare
tl;dr
grpc_api_client
TODO
The backend for this doesn't exist, so we can't really write any tests yet. Just putting this in so that we're ready.