-
Notifications
You must be signed in to change notification settings - Fork 85
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
Audit all endpoints for differences from protobuf #736
Comments
Endpoints that look fine:
Endpoints that return less info but look fine:
Endpoints that are questionable:
|
Given these endpoints have been in use by developers for some time, I would not prioritize any change unless explicitly asked by a developer. This being said, delivering breaking changes to make the AN API in the SDK fully equivalent seems fine too, given we have enough engineering capacity to tackle. |
Review all endpoints and flag and differences in the request or response objects in the protobuf and SDK implementation.
Once we have a list, let's create issues to update all of the client handlers that should be updated.
The text was updated successfully, but these errors were encountered: