{"id":27786342,"url":"https://github.com/clever/atlas-api-client","last_synced_at":"2025-07-01T10:03:34.019Z","repository":{"id":33855204,"uuid":"139505748","full_name":"Clever/atlas-api-client","owner":"Clever","description":"Go client for MongoDB Atlas","archived":false,"fork":false,"pushed_at":"2024-09-23T18:35:01.000Z","size":207,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":43,"default_branch":"master","last_synced_at":"2025-06-12T06:07:16.196Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Clever.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-07-02T23:43:47.000Z","updated_at":"2024-09-23T18:35:06.000Z","dependencies_parsed_at":"2025-04-30T16:01:07.193Z","dependency_job_id":"8cf5a713-f647-44a8-8601-2a092b4645af","html_url":"https://github.com/Clever/atlas-api-client","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/Clever/atlas-api-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Clever%2Fatlas-api-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Clever%2Fatlas-api-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Clever%2Fatlas-api-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Clever%2Fatlas-api-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Clever","download_url":"https://codeload.github.com/Clever/atlas-api-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Clever%2Fatlas-api-client/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262941541,"owners_count":23388148,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-04-30T15:59:47.260Z","updated_at":"2025-07-01T10:03:33.992Z","avatar_url":"https://github.com/Clever.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# atlas-api-client [![GoDoc](https://godoc.org/github.com/Clever/atlas-api-client/gen-go/client?status.png)](https://godoc.org/github.com/Clever/atlas-api-client/gen-go/client)\n\nWith MongoDB's release of [go-client-mongodb-atlas](https://github.com/mongodb/go-client-mongodb-atlas), new repos should opt to use the official client instead. This repo is used for those that have not migrated over.\n\nGo and JavaScript clients for MongoDB Atlas.\n\nOwned by eng-infra.\n\n## Usage\n\n``` go\npackage main\n\nimport (\n\t\"context\"\n\t\"encoding/json\"\n\t\"fmt\"\n\t\"log\"\n\n\t\"github.com/Clever/atlas-api-client/gen-go/client\"\n)\n\nfunc main() {\n\tusername := \"foo@foo.com\"\n\tpassword := \"password\"\n\turl := \"https://cloud.mongodb.com\"\n\tatlasAPI := client.New(atlasUsername, password, url)\n\tctx := context.Background()\n\tclusters, err := atlasAPI.GetClusters(ctx, \"groupID\")\n\t// ...\n}\n```\n\n\n- Run `make generate` to generate the code.\n## Developing\n\n- Update swagger.yml with your endpoints. See the [Swagger spec](http://swagger.io/specification/) for additional details on defining your swagger file.\n\n- Run `make generate` to generate the code.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclever%2Fatlas-api-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclever%2Fatlas-api-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclever%2Fatlas-api-client/lists"}