77
88A comprehensive, lightweight Go SDK for Cisco Webex API
99
10- [ ![ Go Reference] ( https://pkg.go.dev/badge/github.com/tejzpr /webex-go-sdk.svg )] ( https://pkg.go.dev/github.com/tejzpr /webex-go-sdk )
10+ [ ![ Go Reference] ( https://pkg.go.dev/badge/github.com/WebexCommunity /webex-go-sdk.svg )] ( https://pkg.go.dev/github.com/WebexCommunity /webex-go-sdk )
1111[ ![ License: MPL 2.0] ( https://img.shields.io/badge/License-MPL_2.0-brightgreen.svg )] ( https://opensource.org/licenses/MPL-2.0 )
12- [ ![ Open Source] ( https://img.shields.io/badge/Open-Source-blue.svg )] ( https://github.com/tejzpr /webex-go-sdk )
13- [ ![ Go Tests] ( https://github.com/tejzpr /webex-go-sdk/actions/workflows/go-test.yml/badge.svg )] ( https://github.com/tejzpr /webex-go-sdk/actions/workflows/go-test.yml )
14- [ ![ Lint] ( https://github.com/tejzpr /webex-go-sdk/actions/workflows/golangci-lint.yml/badge.svg )] ( https://github.com/tejzpr /webex-go-sdk/actions/workflows/golangci-lint.yml )
12+ [ ![ Open Source] ( https://img.shields.io/badge/Open-Source-blue.svg )] ( https://github.com/WebexCommunity /webex-go-sdk )
13+ [ ![ Go Tests] ( https://github.com/WebexCommunity /webex-go-sdk/actions/workflows/go-test.yml/badge.svg )] ( https://github.com/WebexCommunity /webex-go-sdk/actions/workflows/go-test.yml )
14+ [ ![ Lint] ( https://github.com/WebexCommunity /webex-go-sdk/actions/workflows/golangci-lint.yml/badge.svg )] ( https://github.com/WebexCommunity /webex-go-sdk/actions/workflows/golangci-lint.yml )
1515[ ![ Codecov] ( https://codecov.io/gh/tejzpr/webex-go-sdk/branch/main/graph/badge.svg )] ( https://codecov.io/gh/tejzpr/webex-go-sdk )
16- [ ![ Release] ( https://img.shields.io/github/release/tejzpr/webex-go-sdk.svg )] ( https://github.com/tejzpr /webex-go-sdk/releases/latest )
17- [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/tejzpr /webex-go-sdk )] ( https://goreportcard.com/report/github.com/tejzpr /webex-go-sdk )
16+ [ ![ Release] ( https://img.shields.io/github/release/tejzpr/webex-go-sdk.svg )] ( https://github.com/WebexCommunity /webex-go-sdk/releases/latest )
17+ [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/WebexCommunity /webex-go-sdk )] ( https://goreportcard.com/report/github.com/WebexCommunity /webex-go-sdk )
1818
1919## Implementation Status
2020
@@ -25,7 +25,7 @@ A comprehensive, lightweight Go SDK for Cisco Webex API
2525## Installation
2626
2727``` bash
28- go get github.com/tejzpr /webex-go-sdk
28+ go get github.com/WebexCommunity /webex-go-sdk
2929```
3030
3131## Quick Start
@@ -38,7 +38,7 @@ import (
3838 " log"
3939 " os"
4040
41- " github.com/tejzpr /webex-go-sdk/v1"
41+ " github.com/WebexCommunity /webex-go-sdk/v1"
4242)
4343
4444func main () {
@@ -105,7 +105,7 @@ fmt.Printf("Message sent: ID=%s\n", createdMessage.ID)
105105
106106For detailed documentation, examples, and API reference, see:
107107
108- - [ Go Reference Documentation] ( https://pkg.go.dev/github.com/tejzpr /webex-go-sdk )
108+ - [ Go Reference Documentation] ( https://pkg.go.dev/github.com/WebexCommunity /webex-go-sdk )
109109- [ Examples Directory] ( ./examples )
110110- [ Cisco Webex API Documentation] ( https://developer.webex.com/docs/api/getting-started )
111111
0 commit comments