2020-07-18 14:08:25 +00:00
|
|
|
# Go Library for Nextcloud Talk
|
|
|
|
|
|
|
|
[![Build Status](https://ghdrone.garykim.dev/api/badges/gary-kim/go-nc-talk/status.svg)](https://ghdrone.garykim.dev/gary-kim/go-nc-talk)
|
|
|
|
[![Godoc](https://img.shields.io/badge/godoc-gomod.garykim.dev%2Fnc--talk-informational)](https://pkg.go.dev/gomod.garykim.dev/nc-talk)
|
|
|
|
|
|
|
|
A Go library that can be used to communicate with [Nextcloud Talk](https://github.com/nextcloud/spreed) instances.
|
|
|
|
|
2020-07-26 12:51:07 +00:00
|
|
|
### Installing
|
|
|
|
|
|
|
|
You can use this library in your Go projects by installing it with go mod:
|
|
|
|
|
|
|
|
```bash
|
|
|
|
GO111MODULE=on go get gomod.garykim.dev/nc-talk
|
|
|
|
```
|
|
|
|
|
|
|
|
Check out the documentation for the package [here](https://pkg.go.dev/gomod.garykim.dev/nc-talk).
|
|
|
|
|
2020-07-18 14:08:25 +00:00
|
|
|
### License
|
|
|
|
|
|
|
|
Copyright © 2020 Gary Kim <<gary@garykim.dev>>, All Rights Reserved
|
|
|
|
|
|
|
|
Licensed under [Apache-2.0](LICENSE)
|