gorocket icon indicating copy to clipboard operation
gorocket copied to clipboard

golang library for rocket.chat

Results 2 gorocket issues
Sort by recently updated
recently updated
newest added

Hi, It could be useful to get the full list of users on an rocket chat instance. The endpoint is documented here: https://developer.rocket.chat/reference/api/rest-api/endpoints/user-management/users-endpoints/get-users-list Regards

Fixes my issue: https://github.com/badkaktus/gorocket/issues/13 * Embeds an ErrStatus struct, which contains all of the Rocket.Chat error response fields that can be populated under different scenarios. * The error handling approach...