Registry /
http-client / matterbridge-rocket-chat-go-sdk
Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
rocketchat
✓ github.com/matterbridge/Rocket.Chat.Go.SDK
Initialize a Rocket.Chat client and log in
package main
import "github.com/matterbridge/Rocket.Chat.Go.SDK"
func main() {
client := rocketchat.NewClient("https://chat.example.com")
err := client.Login("user", "pass")
if err != nil {
panic(err)
}
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
0.0.0-20190122035005-cf0caa702764latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.