twilio-rs
twilio-rs copied to clipboard
Twilio library for Rust
0x00007fa07312ac19 in freelist_extract.isra.0 () from /lib64/libssl.so.10 #1 0x00007fa07312b857 in ssl3_setup_write_buffer () from /lib64/libssl.so.10 #2 0x00007fa07312b8c8 in ssl3_setup_buffers () from /lib64/libssl.so.10 #3 0x00007fa07312d8e1 in ssl23_connect () from /lib64/libssl.so.10 #4 0x00007fa073151d0c in...
I am currently getting a panic in twilio-rs caused by some sort of issue on an Ubuntu based Heroku image. I've attached the relevant section of the stacktrace below. ```...
This PR adds a validation error for when Twilio returns an error, and also implements Error. I also replaced the way that the form encoded values are created because we...
Credentials and other sensitive information can be hard coded into an application, stored in configuration files, or stored in environment variables. Using environment variables reduces the danger of someone accidentally...
This library currently assumes that HTTPS will be used as discussed [here](https://www.twilio.com/docs/api/security). This change would allow testing to be done using HTTP. This would allow a new user to test...
I couldn't find this directive?
Do you think this should be a thing like how you have it for voices?
I understand that the license is specified in the `Cargo.toml` file, but I think it'd be nice for a LICENSE file to exist. It helps to quickly know where to...
Thank you for creating such a wonderful crate! I would like to discuss the `MessageStatus`. Currently, `message.rs` is not public, making it inaccessible for external use, which prevents handling through...