2.3 KiB
2.3 KiB
Rust API client for openapi
This is the public Twilio REST API.
For more information, please visit https://support.twilio.com
Overview
This API client was generated by the OpenAPI Generator project. By using the openapi-spec from a remote server, you can easily generate an API client.
- API version: 1.46.0
- Package version: 1.46.0
- Build package:
org.openapitools.codegen.languages.RustClientCodegen
Installation
Put the package under your project folder in a directory named openapi
and add the following to Cargo.toml
under [dependencies]
:
openapi = { path = "./openapi" }
Documentation for API Endpoints
All URIs are relative to https://content.twilio.com
Class | Method | HTTP request | Description |
---|---|---|---|
DefaultApi | delete_content | DELETE /v1/Content/{Sid} | |
DefaultApi | fetch_approval_fetch | GET /v1/Content/{Sid}/ApprovalRequests | |
DefaultApi | fetch_content | GET /v1/Content/{Sid} | |
DefaultApi | list_content | GET /v1/Content | |
DefaultApi | list_content_and_approvals | GET /v1/ContentAndApprovals | |
DefaultApi | list_legacy_content | GET /v1/LegacyContent |
Documentation For Models
- ContentPeriodV1PeriodContent
- ContentPeriodV1PeriodContentAndApprovals
- ContentPeriodV1PeriodContentPeriodApprovalFetch
- ContentPeriodV1PeriodLegacyContent
- ListContentAndApprovalsResponse
- ListContentResponse
- ListContentResponseMeta
- ListLegacyContentResponse
To get access to the crate's generated documentation, use:
cargo doc --open