Registry / cloud / mongodb-go-client-mongodb-atlas

mongodb-go-client-mongodb-atlas

JSON →
library0.38.0gogounverified

A Go client library for interacting with the MongoDB Atlas API.

go get github.com/mongodb/go-client-mongodb-atlas
INSTALL
IMPORT
SIG · MONGODB-GO-CLIENT-
M
mongodb-go-client-mongodb-atlas
cloudgov0.38.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

mongodbatlas
github.com/mongodb/go-client-mongodb-atlas

Creates a new Atlas client and lists all projects.

package main import ( "context" "fmt" "github.com/mongodb/go-client-mongodb-atlas/mongodbatlas" ) func main() { client, _ := mongodbatlas.NewClient(nil) projects, _, _ := client.Projects.GetAllProjects(context.Background()) fmt.Printf("Projects: %+v\n", projects) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.38.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
OpenAI (training)
1
Resources
mongodb-go-client-mongodb-atlas — go get mongodb-go-client-mongodb-atlas · libregistry