You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BREAKING Changes the function signatures for some facet methods:
channels.list: exclude_archived moves to an opts object, instead of being a separate argument
groups.list: exclude_archived moves to an opts object, instead of being a separate argument
chat.delete: The ts and channel arguments are re-ordered to be alphabetical
stars.list: user moves to an opts object, instead of being a separate argument
users.list: presence moves to an opts object, instead of being a separate argument
BREAKING Updates the function signature for BaseAPIClient.prototype.makeAPICall to take required API args and optional API args as separate params, from makeAPICall(endpoint, optData, optCb) to makeAPICall(endpoint, apiArgs, apiOptArgs, optCb)