Rust client libraries generated from Twilio's OpenAPI specs at twilio-oai, using openapi-generator.
Reference the crates for the APIs you need from Cargo.toml
using git
:
[dependencies]
twilio-oai-api-v2010 = { git = "https://github.com/PiDelport/twilio-oai-rust" }
Optionally, specify branch
, or tag
for a specific release.
The crate versions follow the upstream twilio-oai versions, but with a major version of 0
(instead of 1
).
To update this repository for new upstream spec releases:
-
Fetch the latest
twilio-oai
specs:./fetch-specs-latest.sh
-
Regenerate the client crates:
./generate-all.sh