Registry / http-client / rocketchat-rocket-chat-go-sdk

rocketchat-rocket-chat-go-sdk

JSON →
library0.0.0-20240116134246-a8cbe886bab0gogounverified

Go client library for interacting with the Rocket.Chat API.

go get github.com/RocketChat/Rocket.Chat.Go.SDK
INSTALL
IMPORT
SIG · ROCKETCHAT-ROCKET-
R
rocketchat-rocket-chat-go-sdk
http-clientgov0.0.0-20240116134246-a8cbe886bab0
harness data pending
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.

Agent activity
14 hits · last 30 days
node
14
Resources
rocketchat-rocket-chat-go-sdk — go get rocketchat-rocket-chat-go-sdk · libregistry