{"id":19218374,"url":"https://github.com/libninjacom/sendgrid-rs","last_synced_at":"2026-05-18T03:08:09.980Z","repository":{"id":61254095,"uuid":"549790147","full_name":"libninjacom/sendgrid-rs","owner":"libninjacom","description":"Sendgrid client, generated from the OpenAPI spec","archived":false,"fork":false,"pushed_at":"2022-10-21T02:17:25.000Z","size":278,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-26T11:53:03.143Z","etag":null,"topics":["openapi","rust","sendgrid"],"latest_commit_sha":null,"homepage":"https://docs.rs/sendgrid2/","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/libninjacom.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}},"created_at":"2022-10-11T18:36:47.000Z","updated_at":"2022-10-11T18:36:59.000Z","dependencies_parsed_at":"2022-10-13T18:05:50.834Z","dependency_job_id":null,"html_url":"https://github.com/libninjacom/sendgrid-rs","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/libninjacom/sendgrid-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libninjacom%2Fsendgrid-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libninjacom%2Fsendgrid-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libninjacom%2Fsendgrid-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libninjacom%2Fsendgrid-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/libninjacom","download_url":"https://codeload.github.com/libninjacom/sendgrid-rs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libninjacom%2Fsendgrid-rs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278916432,"owners_count":26068090,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["openapi","rust","sendgrid"],"created_at":"2024-11-09T14:26:27.674Z","updated_at":"2025-10-08T08:57:24.704Z","avatar_url":"https://github.com/libninjacom.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/sendgrid-rs/graphs/contributors\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/contributors/libninjacom/sendgrid-rs.svg?style=flat-square\" alt=\"GitHub Contributors\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/libninjacom/sendgrid-rs/stargazers\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/stars/libninjacom/sendgrid-rs.svg?style=flat-square\" alt=\"Stars\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/libninjacom/sendgrid-rs/actions\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/workflow/status/libninjacom/sendgrid-rs/test?style=flat-square\" alt=\"Build Status\" /\u003e\n    \u003c/a\u003e\n    \n\u003ca href=\"https://crates.io/crates/sendgrid2\"\u003e\n    \u003cimg src=\"https://img.shields.io/crates/d/sendgrid2?style=flat-square\" alt=\"Downloads\" /\u003e\n\u003c/a\u003e\n\u003ca href=\"https://crates.io/crates/sendgrid2\"\u003e\n    \u003cimg src=\"https://img.shields.io/crates/v/sendgrid2?style=flat-square\" alt=\"Crates.io\" /\u003e\n\u003c/a\u003e\n\n\u003c/p\u003e\n\nSendgrid client, generated from the OpenAPI spec.\n\n# Usage\n\n```rust\nuse sendgrid2::SendgridClient;\nuse sendgrid2::model::*;\n#[tokio::main]\nasync fn main() {\n    let client = SendgridClient::from_env();\n    let response = client\n        .get_access_settings_activity()\n        .limit(1)\n        .on_behalf_of(\"your on behalf of\")\n        .send()\n        .await\n        .unwrap();\n    println!(\"{:#?}\", response);\n}\n\n```\n\nThis example loads configuration from environment variables, specifically:\n\n* `SENDGRID_AUTHORIZATION`\n\n\n\n# Installation\n\nAdd this to your Cargo.toml:\n\n```toml\n[dependencies]\nsendgrid2 = \"0.1.0\"\n```\n\n\n# Documentation\n\n\n* [API Documentation](https://docs.sengrid.com)\n\n\n* [Client Library Documentation](https://docs.rs/sendgrid2)\n\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%2Flibninjacom%2Fsendgrid-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flibninjacom%2Fsendgrid-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibninjacom%2Fsendgrid-rs/lists"}