Skip to content

Webex teams sdk based on github.com/jbogarin/go-cisco-webex-teams/sdk, but with some bug fixes and new features

License

Notifications You must be signed in to change notification settings

thpiron/webex-teams

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

Webex teams sdk based on github.com/jbogarin/go-cisco-webex-teams/sdk, but with some bug fixes and new features

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages