{"id":23684994,"url":"https://github.com/trikko/sendgrid","last_synced_at":"2026-02-23T22:03:29.938Z","repository":{"id":203289357,"uuid":"709255312","full_name":"trikko/sendgrid","owner":"trikko","description":"Unofficial sendgrid API for dlang","archived":false,"fork":false,"pushed_at":"2024-05-31T13:29:19.000Z","size":52,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-31T21:49:53.528Z","etag":null,"topics":["api","d","dlang","sendgrid"],"latest_commit_sha":null,"homepage":"","language":"D","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/trikko.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"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":"2023-10-24T10:52:00.000Z","updated_at":"2024-05-31T13:28:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"38478af1-091c-4e5c-9d19-daf1964195c6","html_url":"https://github.com/trikko/sendgrid","commit_stats":null,"previous_names":["trikko/sendgrid"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trikko%2Fsendgrid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trikko%2Fsendgrid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trikko%2Fsendgrid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trikko%2Fsendgrid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trikko","download_url":"https://codeload.github.com/trikko/sendgrid/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trikko%2Fsendgrid/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":258546640,"owners_count":22718393,"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":["api","d","dlang","sendgrid"],"created_at":"2024-12-29T20:50:31.877Z","updated_at":"2026-02-23T22:03:29.864Z","avatar_url":"https://github.com/trikko.png","language":"D","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sendgrid\nUnofficial sendgrid API for dlang. [docs](https://trikko.github.io/sendgrid)\n\n# example\n```d\nauto sent = new SendGrid(YOUR_API_KEY)\n  .addPersonalization(new SendGridPersonalization(\"john@example.com\", \"John Doe\"))\n  .from(\"me@example.com\")\n  .subject(\"hello world\")\n  .addContent(\"this is a test\", \"text/plain\")\n  .send();\n\nif (sent) writeln(\"Message sent!\");\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrikko%2Fsendgrid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrikko%2Fsendgrid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrikko%2Fsendgrid/lists"}