rocketchat-ruby
rocketchat-ruby copied to clipboard
Ruby wrapper for RocketChat v1 REST API
My rocket chat server is always asking for an OTP from my email during the log in process. How should I use the authentication API ``` https://github.com/abrom/rocketchat-ruby/blob/master/docs/authentication.md#login ``` for log...
Added: - [Channel Kick API](https://developer.rocket.chat/reference/api/rest-api/endpoints/core-endpoints/channels-endpoints/kick) - [Group Kick API](https://developer.rocket.chat/reference/api/rest-api/endpoints/core-endpoints/groups-endpoints/kick) - Specs are passing - Rubocop is passing @abrom Since both API's do not allow `user#username` and `room#name`, I'm sending it...
Hi, even though the api docs suggest it should ( https://rocket.chat/docs/developer-guides/rest-api/users/info/ ),calling users.info with an admin user only includes the bare minimums: >> @session.users.info(username: @user.username) => # any hint what...