From 538c4201c61b0bd458cf20aae31a16cd0c4dbc3a Mon Sep 17 00:00:00 2001 From: maastha <122359335+maastha@users.noreply.github.com> Date: Mon, 24 Mar 2025 11:32:47 +0000 Subject: [PATCH 1/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 14f36fc..178a5c2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# go-client-mongodb-atlas-app-services (WIP) -[![PkgGoDev](https://pkg.go.dev/badge/go.mongodb.org/realm)](https://pkg.go.dev/go.mongodb.org/realm) +# go-client-mongodb-atlas-app-services +[![PkgGoDev](https://pkg.go.dev/github.com/mongodb-labs/go-client-mongodb-atlas-app-services)](https://pkg.go.dev/github.com/mongodb-labs/go-client-mongodb-atlas-app-services) A Go HTTP client for the [MongoDB Atlas App Services Admin API](https://www.mongodb.com/docs/atlas/app-services/admin/api/v3/). From 341703ff54fe8f1d9481efda8f4727f6e4ad8bd8 Mon Sep 17 00:00:00 2001 From: maastha <122359335+maastha@users.noreply.github.com> Date: Mon, 24 Mar 2025 11:40:07 +0000 Subject: [PATCH 2/3] Update Go Reference badge in README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 178a5c2..2f2375a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # go-client-mongodb-atlas-app-services -[![PkgGoDev](https://pkg.go.dev/github.com/mongodb-labs/go-client-mongodb-atlas-app-services)](https://pkg.go.dev/github.com/mongodb-labs/go-client-mongodb-atlas-app-services) +[![Go Reference](https://pkg.go.dev/badge/github.com/mongodb-labs/go-client-mongodb-atlas-app-services.svg)](https://pkg.go.dev/github.com/mongodb-labs/go-client-mongodb-atlas-app-services) + A Go HTTP client for the [MongoDB Atlas App Services Admin API](https://www.mongodb.com/docs/atlas/app-services/admin/api/v3/). From 6016f56aaa2db36620ff766d4198aa1ef2366f8d Mon Sep 17 00:00:00 2001 From: maastha <122359335+maastha@users.noreply.github.com> Date: Mon, 24 Mar 2025 11:41:24 +0000 Subject: [PATCH 3/3] Remove extra newline in README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 2f2375a..b7764cd 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # go-client-mongodb-atlas-app-services [![Go Reference](https://pkg.go.dev/badge/github.com/mongodb-labs/go-client-mongodb-atlas-app-services.svg)](https://pkg.go.dev/github.com/mongodb-labs/go-client-mongodb-atlas-app-services) - A Go HTTP client for the [MongoDB Atlas App Services Admin API](https://www.mongodb.com/docs/atlas/app-services/admin/api/v3/). ## Usage