Registry /
http-client / rocketchat-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/RocketChat/Rocket.Chat.Go.SDK
Login to a Rocket.Chat server
package main
import (
"fmt"
"github.com/RocketChat/Rocket.Chat.Go.SDK"
)
func main() {
c := rocketchat.NewClient("https://chat.example.com")
err := c.Login("user", "pass")
if err != nil {
fmt.Println(err)
}
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
0.0.0-20240116134246-a8cbe886bab0latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.