webex-teams is a Go client library for the Cisco Webex Teams API.
import webexteams "github.com/thpiron/webex-teams/sdk"
Documentation for the library can be found here
- 2022-10-10: Tag v0.1.0: forked from jbogarin/go-cisco-webex-teams, added auto retry on 429, fixed pagination (RequestBy), updating schemas
Authorization token can be defined in environment variable as WEBEX_TEAMS_ACCESS_TOKEN or within the code:
Client = webexteams.NewClient()
Client.SetAuthToken("<WEBEX TEAMS TOKEN>")
- Documentation 1.1. In the code files 1.2. In the README
- Examples
- Testing
This library is distributed under the MIT license found in the LICENSE file.
This library is inspired by the following ones: