{"id":29210659,"url":"https://github.com/embarkstudios/cloud-dns","last_synced_at":"2025-07-02T21:07:28.829Z","repository":{"id":57606064,"uuid":"416341307","full_name":"EmbarkStudios/cloud-dns","owner":"EmbarkStudios","description":"A wrapper for the Google Cloud DNS API (https://cloud.google.com/dns)","archived":false,"fork":false,"pushed_at":"2022-07-19T07:06:00.000Z","size":73,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-05-30T19:14:36.115Z","etag":null,"topics":["cloud-dns","gcp","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EmbarkStudios.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE-APACHE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2021-10-12T13:07:09.000Z","updated_at":"2024-06-28T17:31:01.000Z","dependencies_parsed_at":"2022-08-26T17:12:02.140Z","dependency_job_id":null,"html_url":"https://github.com/EmbarkStudios/cloud-dns","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":"EmbarkStudios/opensource-template","purl":"pkg:github/EmbarkStudios/cloud-dns","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmbarkStudios%2Fcloud-dns","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmbarkStudios%2Fcloud-dns/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmbarkStudios%2Fcloud-dns/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmbarkStudios%2Fcloud-dns/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EmbarkStudios","download_url":"https://codeload.github.com/EmbarkStudios/cloud-dns/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmbarkStudios%2Fcloud-dns/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263215298,"owners_count":23431895,"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":["cloud-dns","gcp","rust"],"created_at":"2025-07-02T21:07:28.046Z","updated_at":"2025-07-02T21:07:28.815Z","avatar_url":"https://github.com/EmbarkStudios.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- Allow this file to not have a first line heading --\u003e\n\u003c!-- markdownlint-disable-file MD041 --\u003e\n\n\u003c!-- inline html --\u003e\n\u003c!-- markdownlint-disable-file MD033 --\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n# `📒 cloud-dns`\n\n**`cloud-dns` is a crate providing a client to interact with [Google Cloud DNS v1](https://cloud.google.com/dns)**\n    \n[![Embark](https://img.shields.io/badge/embark-open%20source-blueviolet.svg)](https://embark.dev)\n[![Embark](https://img.shields.io/badge/discord-ark-%237289da.svg?logo=discord)](https://discord.gg/dAuKfZS)\n[![Crates.io](https://img.shields.io/crates/v/rust-gpu.svg)](https://crates.io/crates/cloud-dns)\n[![Docs](https://docs.rs/cloud-dns/badge.svg)](https://docs.rs/cloud-dns)\n[![dependency status](https://deps.rs/repo/github/EmbarkStudios/cloud-dns/status.svg)](https://deps.rs/repo/github/EmbarkStudios/cloud-dns)\n[![Build status](https://github.com/EmbarkStudios/cloud-dns/workflows/CI/badge.svg)](https://github.com/EmbarkStudios/cloud-dns/actions)\n\u003c/div\u003e\n\n## Example\n\n```rust\n#[tokio::main]\nasync fn main() -\u003e cloud_dns::Result\u003c()\u003e {\n    let project_id = std::env::var(\"PROJECT_ID\").expect(\"PROJECT_ID env variable is required\");\n    let managed_zone =\n        std::env::var(\"MANAGED_ZONE\").expect(\"MANAGED_ZONE env variable is required\");\n\n    let service = tower::ServiceBuilder::new()\n        .service(hyper::Client::builder().build(hyper_rustls::HttpsConnector::with_native_roots()));\n\n    let response = cloud_dns::DnsClient::new(service, project_id.as_str())\n        .changes()\n        .list(managed_zone.as_str())\n        .await?;\n\n    println!(\"{:#?}\", response);\n\n    Ok(())\n}\n```\n\n## Contribution\n\n[![Contributor Covenant](https://img.shields.io/badge/contributor%20covenant-v1.4-ff69b4.svg)](../main/CODE_OF_CONDUCT.md)\n\nWe welcome community contributions to this project.\n\nPlease read our [Contributor Guide](CONTRIBUTING.md) for more information on how to get started.\nPlease also read our [Contributor Terms](CONTRIBUTING.md#contributor-terms) before you make any contributions.\n\nAny contribution intentionally submitted for inclusion in an Embark Studios project, shall comply with the Rust standard licensing model (MIT OR Apache 2.0) and therefore be dual licensed as described below, without any additional terms or conditions:\n\n### License\n\nThis contribution is dual licensed under EITHER OF\n\n* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or \u003chttp://www.apache.org/licenses/LICENSE-2.0\u003e)\n* MIT license ([LICENSE-MIT](LICENSE-MIT) or \u003chttp://opensource.org/licenses/MIT\u003e)\n\nat your option.\n\nFor clarity, \"your\" refers to Embark or any other licensee/user of the contribution.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fembarkstudios%2Fcloud-dns","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fembarkstudios%2Fcloud-dns","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fembarkstudios%2Fcloud-dns/lists"}