44
55A comprehensive, lightweight Go SDK for Cisco Webex API
66
7- [ Go Reference] ( https://pkg.go.dev/github.com/tejzpr /webex-go-sdk/v2 )
7+ [ Go Reference] ( https://pkg.go.dev/github.com/WebexCommunity /webex-go-sdk/v2 )
88[ License: MPL 2.0] ( https://opensource.org/licenses/MPL-2.0 )
9- [ Open Source] ( https://github.com/tejzpr /webex-go-sdk )
10- [ Go Tests] ( https://github.com/tejzpr /webex-go-sdk/actions/workflows/go-test.yml )
11- [ Lint] ( https://github.com/tejzpr /webex-go-sdk/actions/workflows/golangci-lint.yml )
9+ [ Open Source] ( https://github.com/WebexCommunity /webex-go-sdk )
10+ [ Go Tests] ( https://github.com/WebexCommunity /webex-go-sdk/actions/workflows/go-test.yml )
11+ [ Lint] ( https://github.com/WebexCommunity /webex-go-sdk/actions/workflows/golangci-lint.yml )
1212[ Codecov] ( https://codecov.io/gh/tejzpr/webex-go-sdk )
13- [ Release] ( https://github.com/tejzpr /webex-go-sdk/releases/latest )
14- [ Go Report Card] ( https://goreportcard.com/report/github.com/tejzpr /webex-go-sdk/v2 )
13+ [ Release] ( https://github.com/WebexCommunity /webex-go-sdk/releases/latest )
14+ [ Go Report Card] ( https://goreportcard.com/report/github.com/WebexCommunity /webex-go-sdk/v2 )
1515
1616## Implementation Status
1717
@@ -22,7 +22,7 @@ A comprehensive, lightweight Go SDK for Cisco Webex API
2222## Installation
2323
2424``` bash
25- go get github.com/tejzpr /webex-go-sdk/v2
25+ go get github.com/WebexCommunity /webex-go-sdk/v2
2626```
2727
2828## Quick Start
@@ -35,7 +35,7 @@ import (
3535 " log"
3636 " os"
3737
38- " github.com/tejzpr /webex-go-sdk/v2"
38+ " github.com/WebexCommunity /webex-go-sdk/v2"
3939)
4040
4141func main () {
@@ -118,7 +118,7 @@ fmt.Printf("Message sent: ID=%s\n", createdMessage.ID)
118118
119119For detailed documentation, examples, and API reference, see:
120120
121- - [ Go Reference Documentation] ( https://pkg.go.dev/github.com/tejzpr /webex-go-sdk/v2 )
121+ - [ Go Reference Documentation] ( https://pkg.go.dev/github.com/WebexCommunity /webex-go-sdk/v2 )
122122- [ Examples Directory] ( ./examples )
123123- [ Cisco Webex API Documentation] ( https://developer.webex.com/docs/api/getting-started )
124124
0 commit comments