Returns a promise that resolves when the remove succeeds.
Starts a query for resource data. Results are delivered through the listener callback. The listener may be
called multiple times when resource data changes.
Returns a deregistration function for the listener. Until this function is called, or the
client is destroyed, the listener callback will continue to get called.
Returns a promise that resolves when the remove succeeds.
Returns a deregistration function for the listener.
Returns a promise that resolves when the update succeeds.
Destroy the client. Always call this when the client is not used anymore. When the context is destroyed, this is called automatically