1.0.0-beta.3 (2021-07-07)
Breaking Changes
hasUser
has been removed fromGroupClient
as that operation is no longer supported by the service.- Updated to have void returns for most operations. If you were previously using
RestResponse
, you can instead use theonResponse
callback in the operation options. See README for an example.