Skip to content

Commit

Permalink
121.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PureCloud Jenkins committed Feb 2, 2024
1 parent 2c6b6ed commit 39cfd23
Show file tree
Hide file tree
Showing 98 changed files with 14,258 additions and 1,514 deletions.
81 changes: 73 additions & 8 deletions .openapi-generator/FILES

Large diffs are not rendered by default.

624 changes: 455 additions & 169 deletions APIData.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Platform API Client SDK - Go

A Go package to interface with the Genesys Cloud Platform API. View the documentation on the [pkg.go.dev](https://pkg.go.dev/github.com/MyPureCloud/platform-client-sdk-go). Browse the source code on [Github](https://github.com/MyPureCloud/platform-client-sdk-go).

Latest version: 120.0.1 [![GitHub release](https://img.shields.io/github/release/mypurecloud/platform-client-sdk-go.svg)](https://github.com/MyPureCloud/platform-client-sdk-go)
Latest version: 121.0.0 [![GitHub release](https://img.shields.io/github/release/mypurecloud/platform-client-sdk-go.svg)](https://github.com/MyPureCloud/platform-client-sdk-go)
[![Release Notes Badge](https://developer-content.genesys.cloud/images/sdk-release-notes.png)](https://github.com/MyPureCloud/platform-client-sdk-go/blob/master/releaseNotes.md)

## Golang Version Dependency
Expand All @@ -22,7 +22,7 @@ Some macOS users encounter the error "argument list too long" when building or i
Retrieve the package from https://github.com/MyPureCloud/platform-client-sdk-go using `go get`:

```go
go get github.com/mypurecloud/platform-client-sdk-go/v120/platformclientv2
go get github.com/mypurecloud/platform-client-sdk-go/v121/platformclientv2
```

## Using the SDK
Expand All @@ -31,7 +31,7 @@ go get github.com/mypurecloud/platform-client-sdk-go/v120/platformclientv2

```go
import (
"github.com/mypurecloud/platform-client-sdk-go/v120/platformclientv2"
"github.com/mypurecloud/platform-client-sdk-go/v121/platformclientv2"
)
```

Expand Down
3,414 changes: 2,765 additions & 649 deletions SDKData.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Platform API Client SDK - Go

A Go package to interface with the Genesys Cloud Platform API. View the documentation on the [pkg.go.dev](https://pkg.go.dev/github.com/MyPureCloud/platform-client-sdk-go). Browse the source code on [Github](https://github.com/MyPureCloud/platform-client-sdk-go).

Latest version: 120.0.1 [![GitHub release](https://img.shields.io/github/release/mypurecloud/platform-client-sdk-go.svg)](https://github.com/MyPureCloud/platform-client-sdk-go)
Latest version: 121.0.0 [![GitHub release](https://img.shields.io/github/release/mypurecloud/platform-client-sdk-go.svg)](https://github.com/MyPureCloud/platform-client-sdk-go)
[![Release Notes Badge](https://developer-content.genesys.cloud/images/sdk-release-notes.png)](https://github.com/MyPureCloud/platform-client-sdk-go/blob/master/releaseNotes.md)

## Golang Version Dependency
Expand All @@ -22,7 +22,7 @@ Some macOS users encounter the error "argument list too long" when building or i
Retrieve the package from https://github.com/MyPureCloud/platform-client-sdk-go using `go get`:

```go
go get github.com/mypurecloud/platform-client-sdk-go/v120/platformclientv2
go get github.com/mypurecloud/platform-client-sdk-go/v121/platformclientv2
```

## Using the SDK
Expand All @@ -31,7 +31,7 @@ go get github.com/mypurecloud/platform-client-sdk-go/v120/platformclientv2

```go
import (
"github.com/mypurecloud/platform-client-sdk-go/v120/platformclientv2"
"github.com/mypurecloud/platform-client-sdk-go/v121/platformclientv2"
)
```

Expand Down
Loading

0 comments on commit 39cfd23

Please sign in to comment.