{"id":16703541,"url":"https://github.com/kurtbuilds/render","last_synced_at":"2025-03-17T01:30:52.538Z","repository":{"id":63862723,"uuid":"436003975","full_name":"kurtbuilds/render","owner":"kurtbuilds","description":"A CLI tool for Render.com","archived":false,"fork":false,"pushed_at":"2024-09-30T22:46:19.000Z","size":255,"stargazers_count":21,"open_issues_count":0,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-27T15:38:10.812Z","etag":null,"topics":["deployment"],"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/kurtbuilds.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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}},"created_at":"2021-12-07T19:34:35.000Z","updated_at":"2024-09-30T22:46:22.000Z","dependencies_parsed_at":"2024-10-27T12:10:05.573Z","dependency_job_id":null,"html_url":"https://github.com/kurtbuilds/render","commit_stats":null,"previous_names":[],"tags_count":32,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kurtbuilds%2Frender","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kurtbuilds%2Frender/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kurtbuilds%2Frender/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kurtbuilds%2Frender/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kurtbuilds","download_url":"https://codeload.github.com/kurtbuilds/render/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243835942,"owners_count":20355611,"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":["deployment"],"created_at":"2024-10-12T19:08:40.003Z","updated_at":"2025-03-17T01:30:51.774Z","avatar_url":"https://github.com/kurtbuilds.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv id=\"top\"\u003e\u003c/div\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/libninjacom/render-rs/stargazers\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/stars/libninjacom/render-rs.svg?style=flat-square\" alt=\"Stars\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/libninjacom/render-rs/actions\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/workflow/status/libninjacom/render-rs/ci?style=flat-square\" alt=\"Build Status\" /\u003e\n    \u003c/a\u003e\n    \n\u003ca href=\"https://crates.io/crates/render_api\"\u003e\n    \u003cimg src=\"https://img.shields.io/crates/d/render_api?style=flat-square\" alt=\"Downloads\" /\u003e\n\u003c/a\u003e\n\u003ca href=\"https://crates.io/crates/render_api\"\u003e\n    \u003cimg src=\"https://img.shields.io/crates/v/render_api?style=flat-square\" alt=\"Crates.io\" /\u003e\n\u003c/a\u003e\n\n\u003c/p\u003e\n\nThis repository also contains a Render command line tool, in the `cli` directory. You can install it with `cargo install render_cli`.\n\nRender client, generated from the OpenAPI spec.\n\n# Usage\n\n```rust\nuse render_api::RenderClient;\nuse render_api::model::*;\n#[tokio::main]\nasync fn main() {\n    let client = RenderClient::from_env();\n    let response = client\n        .list_authorized_users_and_teams()\n        .cursor(\"your cursor\")\n        .email(\"your email\")\n        .limit(\"your limit\")\n        .name(\"your name\")\n        .await\n        .unwrap();\n    println!(\"{:#?}\", response);\n}\n```\n\nThis example loads configuration from environment variables, specifically:\n\n* `RENDER_API_KEY_AUTH`\n\n\n\n# Installation\n\nAdd this to your Cargo.toml:\n\n```toml\n[dependencies]\nrender_api = \"..\"\n```\n\n# Documentation\n\n* [Client Library Documentation](https://docs.rs/render-api)\n\nYou can see working examples of every API call in the `examples/` directory.\n\n# Contributing\n\nContributions are welcome!\n\n*Library created with [Libninja](https://www.libninja.com).*","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkurtbuilds%2Frender","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkurtbuilds%2Frender","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkurtbuilds%2Frender/lists"}