README ¶ Go Library for Nextcloud Talk A Go library that can be used to communicate with Nextcloud Talk instances. Installing You can use this library in your Go projects by installing it with go mod: GO111MODULE=on go get gomod.garykim.dev/nc-talk Check out the documentation for the package here. License Copyright © 2020 Gary Kim <gary@garykim.dev>, All Rights Reserved Licensed under Apache-2.0 Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func NewRoom(tuser *user.TalkUser, token string) *room.TalkRoom func NewUser(url string, username string, password string) *user.TalkUser Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewRoom ¶ func NewRoom(tuser *user.TalkUser, token string) *room.TalkRoom NewRoom returns a new TalkRoom instance Token should be the Nextcloud Room Token (e.g. "d6zoa2zs" if the room URL is https://cloud.mydomain.me/call/d6zoa2zs) func NewUser ¶ func NewUser(url string, username string, password string) *user.TalkUser NewUser returns a TalkUser instance The url should be the full URL of the Nextcloud instance (e.g. https://cloud.mydomain.me) Types ¶ This section is empty. Source Files ¶ View all Source files gonctalk.go Directories ¶ Show internal Expand all Path Synopsis constants ocs room user Click to show internal directories. Click to hide internal directories.