evan slack
evan slack
**Version and OS** All **Is your feature request related to a problem? Please describe.** I have a particular process which is longer than 10 steps that I would like to...
Including a containerized Rocket.Chat instance will help to standardize development and testing for this project going forward. It will also enable automated CI/CD with Github actions in the future. The...
All of the reference URLs in the comments currently point to web pages that no longer exist. This pull request is focused on updating these URLs to point to current...
This PR adds methods and tests to cover the following endpoints: - [x] channels.create - [x] channels.invite - [x] channels.join - [x] channels.members - [x] users.info The method for `users.info`...
Before this change, the `Client.UpdatePermissions` method returned a bad response (Error: Invalid body params) This simple change to omit the `UpdatedAt` field in the `Permission` struct fixes the request parameters....
This PR adds types, methods and tests to cover the following endpoints: - [x] me - [ ] users.getAvatar - [x] users.info - [x] users.list - [ ] users.getPreferences -...
This PR addresses #56 #### Summary Existing methods of `client` have been modified to return more concrete types in favor of response types. #### Other Changes - Previous response types...
This PR adds a few common demonstrations of how the SDK can be used to interact with a rocket chat server. `hello_world.go` logins in a user and sends a message...
#### Overview This issue documents inconsistent and perhaps unideomatic behavior regarding method return values throughout this SDK. Some methods return a resource type while other methods return a higher-level response...
### Issue I'm using the weaviate-go-client to batch upload images to a weaviate server. The issue I am running into is timeouts during the upload. Even when reducing the batch...