{"id":25473728,"url":"https://github.com/rwxbytes/rusty_twilio","last_synced_at":"2026-02-19T06:02:35.309Z","repository":{"id":277709999,"uuid":"929498559","full_name":"rwxbytes/rusty_twilio","owner":"rwxbytes","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-04T23:29:47.000Z","size":99,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-29T09:48:09.671Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/rwxbytes.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,"zenodo":null}},"created_at":"2025-02-08T17:29:30.000Z","updated_at":"2025-04-04T23:29:50.000Z","dependencies_parsed_at":"2025-02-15T16:18:10.899Z","dependency_job_id":"a760ede6-314c-4054-8987-63541e408521","html_url":"https://github.com/rwxbytes/rusty_twilio","commit_stats":null,"previous_names":["rwxbytes/rusty_twilio"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rwxbytes/rusty_twilio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rwxbytes%2Frusty_twilio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rwxbytes%2Frusty_twilio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rwxbytes%2Frusty_twilio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rwxbytes%2Frusty_twilio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rwxbytes","download_url":"https://codeload.github.com/rwxbytes/rusty_twilio/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rwxbytes%2Frusty_twilio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29604552,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T05:11:50.834Z","status":"ssl_error","status_checked_at":"2026-02-19T05:11:38.921Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-02-18T10:37:27.327Z","updated_at":"2026-02-19T06:02:35.305Z","avatar_url":"https://github.com/rwxbytes.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Contributing\n\nContributions are welcome.\n\n### Create Call\n\n```rust\nuse rusty_twilio::endpoints::voice::call::{CreateCall, CreateCallBody};\nuse rusty_twilio::{Result, TwilioClient};\n\n#[tokio::main]\nasync fn main() -\u003e Result\u003c()\u003e {\n    let client = TwilioClient::from_env()?;\n\n    let body = CreateCallBody::new(\"to\", \"from\", \"http://demo.twilio.com/docs/voice.xml\");\n\n    // or to set other fields\n    //let body = CreateCallBody {\n    //    to: \"to\",\n    //    from: \"from\",\n    //    url: Some(\"http://demo.twilio.com/docs/voice.xml\"),\n    //    status_callback: Some(\"http://example.com/callback\"),\n    //    status_callback_event_initiated: Some(true),\n    //    status_callback_event_answered: Some(true),\n    //    ..Default::default()\n    //};\n\n    let endpoint = CreateCall::new(client.account_sid(), body);\n\n    let resp = client.hit(endpoint).await?;\n\n    println!(\"{:?}\", resp);\n    Ok(())\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frwxbytes%2Frusty_twilio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frwxbytes%2Frusty_twilio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frwxbytes%2Frusty_twilio/lists"}