{"id":17055622,"url":"https://github.com/ansrivas/aiven-rs","last_synced_at":"2025-04-12T17:11:18.976Z","repository":{"id":43486904,"uuid":"256584125","full_name":"ansrivas/aiven-rs","owner":"ansrivas","description":"An async rust-sdk to interact with https://aiven.io/","archived":false,"fork":false,"pushed_at":"2023-03-13T05:00:15.000Z","size":230,"stargazers_count":9,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-05T02:51:47.288Z","etag":null,"topics":["aiven","cloud","rust-sdk"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ansrivas.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-04-17T18:48:24.000Z","updated_at":"2024-01-17T18:29:44.000Z","dependencies_parsed_at":"2022-08-23T07:10:35.344Z","dependency_job_id":null,"html_url":"https://github.com/ansrivas/aiven-rs","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansrivas%2Faiven-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansrivas%2Faiven-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansrivas%2Faiven-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansrivas%2Faiven-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ansrivas","download_url":"https://codeload.github.com/ansrivas/aiven-rs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239952639,"owners_count":19723924,"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":["aiven","cloud","rust-sdk"],"created_at":"2024-10-14T10:18:42.708Z","updated_at":"2025-02-21T19:31:08.125Z","avatar_url":"https://github.com/ansrivas.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n \u003cp\u003e\u003ch1\u003eaiven-rs\u003c/h1\u003e \u003c/p\u003e\n  \u003cp\u003e\u003cstrong\u003eAn async rust-sdk for Aiven\u003c/strong\u003e \u003c/p\u003e\n\u003cp\u003e\n\n\u003cdiv style=\"display: flex; justify-content: center;\"\u003e\n  \u003ca href=\"https://www.rust-lang.org/\"\u003e\u003cimg style=\"width:40%;\" src=\"assets/rust.png\" alt=\"rust\" border=\"0\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://aiven.io/\"\u003e\u003cimg style=\"width:33%;\" src=\"assets/aiven.png\" alt=\"aiven\" border=\"0\" /\u003e\u003c/a\u003e\n\u003c/div\u003e\n\n![Linux](https://github.com/ansrivas/aiven-rs/workflows/Linux/badge.svg)\n[![Crates.io](https://img.shields.io/crates/v/aiven_rs)](https://crates.io/crates/aiven_rs)\n[![Docs.rs](https://docs.rs/aiven_rs/badge.svg)](https://docs.rs/aiven_rs)\n[![codecov](https://codecov.io/gh/ansrivas/aiven-rs/branch/master/graph/badge.svg)](https://codecov.io/gh/ansrivas/aiven-rs)\n\n\u003c/p\u003e\n\u003c/div\u003e\n\u003c/br\u003e\n\n## Resources\n\n- Build Status on other [platforms](./BUILD_STATUS.md)\n- Majority of the end points from https://api.aiven.io/doc/ have been implemented as of [07.01.2021]\n- [Documentation](https://docs.rs/aiven-rs)\n\n## Getting Started\n\n```rust\n// tokio = \"1.0\"\n// aiven_rs = \"0.4.0\"\n\nuse aiven_rs::{cloud::types::ResClouds, AivenClient};\n\n#[tokio::main]\nasync fn main() {\n  env_logger::init();\n  // use std::env;\n  //\n  // let token = env::var(\"AIVEN_TOKEN\").expect(\"Please set env variable to read AIVEN_TOKEN\");\n  // let client = AivenClient::from_token(\"https://api.aiven.io\", \"v1\", \u0026token);\n\n  let client = AivenClient::new(\"https://api.aiven.io\", \"v1\");\n  let cloud_api = client.cloud();\n  let output: ResClouds = cloud_api.list_all().await.unwrap();\n  for cloud in \u0026output.clouds {\n    println!(\"{:?}\", cloud.cloud_name);\n  }\n}\n```\n## Running the examples:\n```sh\nRUST_LOG=aiven_rs=debug cargo run --example clouds\n```\n## License\n\nThis project is licensed under\n- MIT license ([LICENSE-MIT](LICENSE) or [http://opensource.org/licenses/MIT](http://opensource.org/licenses/MIT))\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fansrivas%2Faiven-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fansrivas%2Faiven-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fansrivas%2Faiven-rs/lists"}