Skip to content

Commit 0578926

Browse files
APIBot: SDK update based on recent changes in Atlas API (#277)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: tibulca <[email protected]>
1 parent a082b91 commit 0578926

File tree

114 files changed

+5164
-995
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

114 files changed

+5164
-995
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Note that `atlas-sdk-go` only supports the two most recent major versions of Go.
1111
### Adding Dependency
1212

1313
```terminal
14-
go get go.mongodb.org/atlas-sdk/v20231115006
14+
go get go.mongodb.org/atlas-sdk/v20231115007
1515
```
1616

1717
### Using in the code
@@ -20,7 +20,7 @@ Construct a new Atlas SDK client, then use the various services on the client to
2020
access different parts of the Atlas API. For example:
2121

2222
```go
23-
import "go.mongodb.org/atlas-sdk/v20231115006/admin"
23+
import "go.mongodb.org/atlas-sdk/v20231115007/admin"
2424

2525
func example() {
2626
ctx := context.Background()

admin/api_default.go

Lines changed: 0 additions & 157 deletions
This file was deleted.

0 commit comments

Comments
 (0)