Go Library for Nextcloud Talk

July 29, 2020 · View on GitHub

Build Status Godoc

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.

Software using this library

  • Matterbridge

License

Copyright © 2020 Gary Kim <gary@garykim.dev>, All Rights Reserved

Licensed under Apache-2.0

Contents

  1. 0.1Installing
  2. 0.2Software using this library
  3. 0.3License