{"id":18479292,"url":"https://github.com/yybit/vultr-api","last_synced_at":"2025-05-13T18:41:41.762Z","repository":{"id":211090004,"uuid":"479670238","full_name":"yybit/vultr-api","owner":"yybit","description":"Vultr api client","archived":false,"fork":false,"pushed_at":"2023-12-06T12:54:55.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-02T18:53:36.110Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://crates.io/crates/vultr-api","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/yybit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-04-09T08:50:38.000Z","updated_at":"2023-12-15T13:39:40.000Z","dependencies_parsed_at":"2023-12-06T12:54:36.554Z","dependency_job_id":null,"html_url":"https://github.com/yybit/vultr-api","commit_stats":null,"previous_names":["yybit/vultr-api"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yybit%2Fvultr-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yybit%2Fvultr-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yybit%2Fvultr-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yybit%2Fvultr-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yybit","download_url":"https://codeload.github.com/yybit/vultr-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254005903,"owners_count":21998341,"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":"2024-11-06T12:14:01.737Z","updated_at":"2025-05-13T18:41:41.716Z","avatar_url":"https://github.com/yybit.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"### vultr-api\n\nrust implementation of vultr api client\n\n#### Status\n\n- account\n  - [x] get_account_info\n- billing\n  - [x] list_billing_history\n  - [x] list_billing_invoices\n  - [x] get_billing_invoice\n  - [x] list_billing_history\n- dns\n  - [x] list_dns_domains\n  - [x] list_dns_domain_records\n- instance\n  - [x] list_instances\n  - [x] get_instance\n\n#### Usage\n\nCargo.toml\n```\nvultr-api = { version = \"0.1.0\", features = [\"client\"] }\n```\n\nExample\n```rust\nlet vultr_client = VultrClient::new(\"https://api.vultr.com/v2\".into(), token.into(), Duration::from_secs(10));\nvultr_client.list_dns_domains(Some(100), None).await?;\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyybit%2Fvultr-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyybit%2Fvultr-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyybit%2Fvultr-api/lists"}