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

matterbridge-rocket-chat-go-sdk

JSON →
library0.0.0-20190122035005-cf0caa702764gogounverified

A Go SDK for interacting with the Rocket.Chat API.

go get github.com/matterbridge/Rocket.Chat.Go.SDK
INSTALL
IMPORT
SIG · MATTERBRIDGE-ROCKE
M
matterbridge-rocket-chat-go-sdk
http-clientgov0.0.0-20190122035005-cf0caa702764
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/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.

Agent activity
19 hits · last 30 days
node
18
Amazon
1
Resources
matterbridge-rocket-chat-go-sdk — go get matterbridge-rocket-chat-go-sdk · libregistry