https://github.com/livechat/lc-sdk-go
LiveChat SDK in Go
https://github.com/livechat/lc-sdk-go
go livechat sdk
Last synced: 5 months ago
JSON representation
LiveChat SDK in Go
- Host: GitHub
- URL: https://github.com/livechat/lc-sdk-go
- Owner: livechat
- License: apache-2.0
- Created: 2019-10-07T13:33:23.000Z (over 6 years ago)
- Default Branch: v3.7
- Last Pushed: 2025-12-04T08:12:18.000Z (6 months ago)
- Last Synced: 2025-12-07T13:36:23.253Z (6 months ago)
- Topics: go, livechat, sdk
- Language: Go
- Homepage:
- Size: 497 KB
- Stars: 14
- Watchers: 14
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LiveChat Go SDK
[](https://goreportcard.com/report/github.com/livechat/lc-sdk-go)
[](https://pkg.go.dev/github.com/livechat/lc-sdk-go/v7)
This Software Development Kit written in [Go](https://go.dev/) helps developers build external backend apps that extend LiveChat features. The SDK makes it easy to use [Agent Chat API](https://developers.livechatinc.com/docs/messaging/agent-chat-api/), [Customer Chat API](https://developers.livechatinc.com/docs/messaging/customer-chat-api/) and [Configuration API](https://developers.livechatinc.com/docs/management/configuration-api/).
### Technical docs
For technical documentation ([PkgGoDev](https://pkg.go.dev/) format), please go to [LiveChat SDK Docs](https://pkg.go.dev/github.com/livechat/lc-sdk-go/v7).
### API protocol docs
For protocol documentation of LiveChat APIs, please go to [Livechat Platform Docs](https://developers.livechatinc.com/docs/).
### Go modules vs API version
LiveChat Go SDK supports Go modules. Please note that minor LiveChat API versions can be incompatible. Here is the relation:
* lc-sdk-go 4.x.x -> LiveChat API 3.4
* lc-sdk-go 5.x.x -> LiveChat API 3.5
* lc-sdk-go 6.x.x -> LiveChat API 3.6
* lc-sdk-go 7.x.x -> LiveChat API 3.7
* ...
All versions of LiveChat API are available as git tags in lc-sdk-go. However, a developer-preview version (not completed yet, may introduce breaking changes in future) is avaiable in lc-sdk-go as a git branch.
### Usage guide and examples
* [Echo](examples/echo/README.md)
### Feedback
If you find any bugs or have trouble implementing the code on your own, please create an issue or contact us [LiveChat for Developers](https://developers.livechatinc.com/).
### About LiveChat
LiveChat is an online customer service software with live support, help desk software, and web analytics capabilities. It's used by more than 30,000 companies all over the world. For more info, check out [LiveChat](https://livechat.com/).