Registry / messaging / nc-talk

nc-talk

JSON →
library0.3.0gogounverified

A Go library for interacting with Nextcloud Talk API.

go get gomod.garykim.dev/nc-talk
INSTALL
IMPORT
SIG · NC-TALK
N
nc-talk
messaginggov0.3.0
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.

nctalk
gomod.garykim.dev/nc-talk

Initializes a Nextcloud Talk client and fetches rooms.

package main import ( "fmt" "gomod.garykim.dev/nc-talk" ) func main() { client := nctalk.NewClient("https://example.com", "token") fmt.Println(client.GetRooms()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
20
Amazon
1
OpenAI (training)
1
Resources
nc-talk — go get nc-talk · libregistry