Push notifications related methods are not implemented fully across client and server:
- "not implemented" is thrown in
rest_handler.py for list_push_notifications.
rest_adapter.py does not declare delete route.
list and delete are not declared in the base_client.py
list and delete are not declared in the client/base.py.
- (Optional): client uses
callback terminology for methods and push notifications for data model (as data model is generated from the proto) which can be confusing and 1.0 is a good chance to fix it.