webex-teams

module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 10, 2022 License: MIT

README

webex-teams

webex-teams is a Go client library for the Cisco Webex Teams API.

Usage

import webexteams "github.com/thpiron/webex-teams/sdk"

Documentation

Documentation for the library can be found here

Changes

  • 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

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>")

TODO

  1. Documentation 1.1. In the code files 1.2. In the README
  2. Examples
  3. Testing

License

This library is distributed under the MIT license found in the LICENSE file.

Inspiration

This library is inspired by the following ones:

Directories

Path Synopsis
examples

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL