#twilio #api-version

twilio-rust-openapi

This is the public Twilio REST API

1 stable release

new 1.0.0 Nov 3, 2024

#2 in #twilio

23 downloads per month

Apache-2.0

2MB
30K SLoC

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.0.0
  • Package version: 1.0.0
  • Generator version: 7.9.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://api.twilio.com

Class Method HTTP request Description
Api20100401AccountApi create_account POST /2010-04-01/Accounts.json
Api20100401AccountApi fetch_account GET /2010-04-01/Accounts/{Sid}.json
Api20100401AccountApi list_account GET /2010-04-01/Accounts.json
Api20100401AccountApi update_account POST /2010-04-01/Accounts/{Sid}.json
Api20100401AddOnResultApi delete_recording_add_on_result DELETE /2010-04-01/Accounts/{AccountSid}/Recordings/{ReferenceSid}/AddOnResults/{Sid}.json
Api20100401AddOnResultApi fetch_recording_add_on_result GET /2010-04-01/Accounts/{AccountSid}/Recordings/{ReferenceSid}/AddOnResults/{Sid}.json
Api20100401AddOnResultApi list_recording_add_on_result GET /2010-04-01/Accounts/{AccountSid}/Recordings/{ReferenceSid}/AddOnResults.json
Api20100401AddressApi create_address POST /2010-04-01/Accounts/{AccountSid}/Addresses.json
Api20100401AddressApi delete_address DELETE /2010-04-01/Accounts/{AccountSid}/Addresses/{Sid}.json
Api20100401AddressApi fetch_address GET /2010-04-01/Accounts/{AccountSid}/Addresses/{Sid}.json
Api20100401AddressApi list_address GET /2010-04-01/Accounts/{AccountSid}/Addresses.json
Api20100401AddressApi update_address POST /2010-04-01/Accounts/{AccountSid}/Addresses/{Sid}.json
Api20100401AllTimeApi list_usage_record_all_time GET /2010-04-01/Accounts/{AccountSid}/Usage/Records/AllTime.json
Api20100401ApplicationApi create_application POST /2010-04-01/Accounts/{AccountSid}/Applications.json
Api20100401ApplicationApi delete_application DELETE /2010-04-01/Accounts/{AccountSid}/Applications/{Sid}.json
Api20100401ApplicationApi fetch_application GET /2010-04-01/Accounts/{AccountSid}/Applications/{Sid}.json
Api20100401ApplicationApi list_application GET /2010-04-01/Accounts/{AccountSid}/Applications.json
Api20100401ApplicationApi update_application POST /2010-04-01/Accounts/{AccountSid}/Applications/{Sid}.json
Api20100401AssignedAddOnApi create_incoming_phone_number_assigned_add_on POST /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{ResourceSid}/AssignedAddOns.json
Api20100401AssignedAddOnApi delete_incoming_phone_number_assigned_add_on DELETE /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{ResourceSid}/AssignedAddOns/{Sid}.json
Api20100401AssignedAddOnApi fetch_incoming_phone_number_assigned_add_on GET /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{ResourceSid}/AssignedAddOns/{Sid}.json
Api20100401AssignedAddOnApi list_incoming_phone_number_assigned_add_on GET /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{ResourceSid}/AssignedAddOns.json
Api20100401AssignedAddOnExtensionApi fetch_incoming_phone_number_assigned_add_on_extension GET /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{ResourceSid}/AssignedAddOns/{AssignedAddOnSid}/Extensions/{Sid}.json
Api20100401AssignedAddOnExtensionApi list_incoming_phone_number_assigned_add_on_extension GET /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{ResourceSid}/AssignedAddOns/{AssignedAddOnSid}/Extensions.json
Api20100401AuthCallsCredentialListMappingApi create_sip_auth_calls_credential_list_mapping POST /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/CredentialListMappings.json
Api20100401AuthCallsCredentialListMappingApi delete_sip_auth_calls_credential_list_mapping DELETE /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/CredentialListMappings/{Sid}.json
Api20100401AuthCallsCredentialListMappingApi fetch_sip_auth_calls_credential_list_mapping GET /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/CredentialListMappings/{Sid}.json
Api20100401AuthCallsCredentialListMappingApi list_sip_auth_calls_credential_list_mapping GET /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/CredentialListMappings.json
Api20100401AuthCallsIpAccessControlListMappingApi create_sip_auth_calls_ip_access_control_list_mapping POST /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/IpAccessControlListMappings.json
Api20100401AuthCallsIpAccessControlListMappingApi delete_sip_auth_calls_ip_access_control_list_mapping DELETE /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/IpAccessControlListMappings/{Sid}.json
Api20100401AuthCallsIpAccessControlListMappingApi fetch_sip_auth_calls_ip_access_control_list_mapping GET /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/IpAccessControlListMappings/{Sid}.json
Api20100401AuthCallsIpAccessControlListMappingApi list_sip_auth_calls_ip_access_control_list_mapping GET /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/IpAccessControlListMappings.json
Api20100401AuthRegistrationsCredentialListMappingApi create_sip_auth_registrations_credential_list_mapping POST /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Registrations/CredentialListMappings.json
Api20100401AuthRegistrationsCredentialListMappingApi delete_sip_auth_registrations_credential_list_mapping DELETE /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Registrations/CredentialListMappings/{Sid}.json
Api20100401AuthRegistrationsCredentialListMappingApi fetch_sip_auth_registrations_credential_list_mapping GET /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Registrations/CredentialListMappings/{Sid}.json
Api20100401AuthRegistrationsCredentialListMappingApi list_sip_auth_registrations_credential_list_mapping GET /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Registrations/CredentialListMappings.json
Api20100401AuthorizedConnectAppApi fetch_authorized_connect_app GET /2010-04-01/Accounts/{AccountSid}/AuthorizedConnectApps/{ConnectAppSid}.json
Api20100401AuthorizedConnectAppApi list_authorized_connect_app GET /2010-04-01/Accounts/{AccountSid}/AuthorizedConnectApps.json
Api20100401AvailablePhoneNumberCountryApi fetch_available_phone_number_country GET /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}.json
Api20100401AvailablePhoneNumberCountryApi list_available_phone_number_country GET /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers.json
Api20100401BalanceApi fetch_balance GET /2010-04-01/Accounts/{AccountSid}/Balance.json
Api20100401CallApi create_call POST /2010-04-01/Accounts/{AccountSid}/Calls.json
Api20100401CallApi delete_call DELETE /2010-04-01/Accounts/{AccountSid}/Calls/{Sid}.json
Api20100401CallApi fetch_call GET /2010-04-01/Accounts/{AccountSid}/Calls/{Sid}.json
Api20100401CallApi list_call GET /2010-04-01/Accounts/{AccountSid}/Calls.json
Api20100401CallApi update_call POST /2010-04-01/Accounts/{AccountSid}/Calls/{Sid}.json
Api20100401ConferenceApi fetch_conference GET /2010-04-01/Accounts/{AccountSid}/Conferences/{Sid}.json
Api20100401ConferenceApi list_conference GET /2010-04-01/Accounts/{AccountSid}/Conferences.json
Api20100401ConferenceApi update_conference POST /2010-04-01/Accounts/{AccountSid}/Conferences/{Sid}.json
Api20100401ConnectAppApi delete_connect_app DELETE /2010-04-01/Accounts/{AccountSid}/ConnectApps/{Sid}.json
Api20100401ConnectAppApi fetch_connect_app GET /2010-04-01/Accounts/{AccountSid}/ConnectApps/{Sid}.json
Api20100401ConnectAppApi list_connect_app GET /2010-04-01/Accounts/{AccountSid}/ConnectApps.json
Api20100401ConnectAppApi update_connect_app POST /2010-04-01/Accounts/{AccountSid}/ConnectApps/{Sid}.json
Api20100401CredentialApi create_sip_credential POST /2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{CredentialListSid}/Credentials.json
Api20100401CredentialApi delete_sip_credential DELETE /2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{CredentialListSid}/Credentials/{Sid}.json
Api20100401CredentialApi fetch_sip_credential GET /2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{CredentialListSid}/Credentials/{Sid}.json
Api20100401CredentialApi list_sip_credential GET /2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{CredentialListSid}/Credentials.json
Api20100401CredentialApi update_sip_credential POST /2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{CredentialListSid}/Credentials/{Sid}.json
Api20100401CredentialListApi create_sip_credential_list POST /2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists.json
Api20100401CredentialListApi delete_sip_credential_list DELETE /2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{Sid}.json
Api20100401CredentialListApi fetch_sip_credential_list GET /2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{Sid}.json
Api20100401CredentialListApi list_sip_credential_list GET /2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists.json
Api20100401CredentialListApi update_sip_credential_list POST /2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists/{Sid}.json
Api20100401CredentialListMappingApi create_sip_credential_list_mapping POST /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/CredentialListMappings.json
Api20100401CredentialListMappingApi delete_sip_credential_list_mapping DELETE /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/CredentialListMappings/{Sid}.json
Api20100401CredentialListMappingApi fetch_sip_credential_list_mapping GET /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/CredentialListMappings/{Sid}.json
Api20100401CredentialListMappingApi list_sip_credential_list_mapping GET /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/CredentialListMappings.json
Api20100401DailyApi list_usage_record_daily GET /2010-04-01/Accounts/{AccountSid}/Usage/Records/Daily.json
Api20100401DataApi fetch_recording_add_on_result_payload_data GET /2010-04-01/Accounts/{AccountSid}/Recordings/{ReferenceSid}/AddOnResults/{AddOnResultSid}/Payloads/{PayloadSid}/Data.json
Api20100401DependentPhoneNumberApi list_dependent_phone_number GET /2010-04-01/Accounts/{AccountSid}/Addresses/{AddressSid}/DependentPhoneNumbers.json
Api20100401DomainApi create_sip_domain POST /2010-04-01/Accounts/{AccountSid}/SIP/Domains.json
Api20100401DomainApi delete_sip_domain DELETE /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{Sid}.json
Api20100401DomainApi fetch_sip_domain GET /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{Sid}.json
Api20100401DomainApi list_sip_domain GET /2010-04-01/Accounts/{AccountSid}/SIP/Domains.json
Api20100401DomainApi update_sip_domain POST /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{Sid}.json
Api20100401EventApi list_call_event GET /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Events.json
Api20100401FeedbackApi create_message_feedback POST /2010-04-01/Accounts/{AccountSid}/Messages/{MessageSid}/Feedback.json
Api20100401IncomingPhoneNumberApi create_incoming_phone_number POST /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers.json
Api20100401IncomingPhoneNumberApi delete_incoming_phone_number DELETE /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{Sid}.json
Api20100401IncomingPhoneNumberApi fetch_incoming_phone_number GET /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{Sid}.json
Api20100401IncomingPhoneNumberApi list_incoming_phone_number GET /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers.json
Api20100401IncomingPhoneNumberApi update_incoming_phone_number POST /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{Sid}.json
Api20100401IpAccessControlListApi create_sip_ip_access_control_list POST /2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists.json
Api20100401IpAccessControlListApi delete_sip_ip_access_control_list DELETE /2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{Sid}.json
Api20100401IpAccessControlListApi fetch_sip_ip_access_control_list GET /2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{Sid}.json
Api20100401IpAccessControlListApi list_sip_ip_access_control_list GET /2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists.json
Api20100401IpAccessControlListApi update_sip_ip_access_control_list POST /2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{Sid}.json
Api20100401IpAccessControlListMappingApi create_sip_ip_access_control_list_mapping POST /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/IpAccessControlListMappings.json
Api20100401IpAccessControlListMappingApi delete_sip_ip_access_control_list_mapping DELETE /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/IpAccessControlListMappings/{Sid}.json
Api20100401IpAccessControlListMappingApi fetch_sip_ip_access_control_list_mapping GET /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/IpAccessControlListMappings/{Sid}.json
Api20100401IpAccessControlListMappingApi list_sip_ip_access_control_list_mapping GET /2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/IpAccessControlListMappings.json
Api20100401IpAddressApi create_sip_ip_address POST /2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{IpAccessControlListSid}/IpAddresses.json
Api20100401IpAddressApi delete_sip_ip_address DELETE /2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{IpAccessControlListSid}/IpAddresses/{Sid}.json
Api20100401IpAddressApi fetch_sip_ip_address GET /2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{IpAccessControlListSid}/IpAddresses/{Sid}.json
Api20100401IpAddressApi list_sip_ip_address GET /2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{IpAccessControlListSid}/IpAddresses.json
Api20100401IpAddressApi update_sip_ip_address POST /2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{IpAccessControlListSid}/IpAddresses/{Sid}.json
Api20100401KeyApi delete_key DELETE /2010-04-01/Accounts/{AccountSid}/Keys/{Sid}.json
Api20100401KeyApi fetch_key GET /2010-04-01/Accounts/{AccountSid}/Keys/{Sid}.json
Api20100401KeyApi list_key GET /2010-04-01/Accounts/{AccountSid}/Keys.json
Api20100401KeyApi update_key POST /2010-04-01/Accounts/{AccountSid}/Keys/{Sid}.json
Api20100401LastMonthApi list_usage_record_last_month GET /2010-04-01/Accounts/{AccountSid}/Usage/Records/LastMonth.json
Api20100401LocalApi create_incoming_phone_number_local POST /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/Local.json
Api20100401LocalApi list_available_phone_number_local GET /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}/Local.json
Api20100401LocalApi list_incoming_phone_number_local GET /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/Local.json
Api20100401MachineToMachineApi list_available_phone_number_machine_to_machine GET /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}/MachineToMachine.json
Api20100401MediaApi delete_media DELETE /2010-04-01/Accounts/{AccountSid}/Messages/{MessageSid}/Media/{Sid}.json
Api20100401MediaApi fetch_media GET /2010-04-01/Accounts/{AccountSid}/Messages/{MessageSid}/Media/{Sid}.json
Api20100401MediaApi list_media GET /2010-04-01/Accounts/{AccountSid}/Messages/{MessageSid}/Media.json
Api20100401MemberApi fetch_member GET /2010-04-01/Accounts/{AccountSid}/Queues/{QueueSid}/Members/{CallSid}.json
Api20100401MemberApi list_member GET /2010-04-01/Accounts/{AccountSid}/Queues/{QueueSid}/Members.json
Api20100401MemberApi update_member POST /2010-04-01/Accounts/{AccountSid}/Queues/{QueueSid}/Members/{CallSid}.json
Api20100401MessageApi create_message POST /2010-04-01/Accounts/{AccountSid}/Messages.json
Api20100401MessageApi delete_message DELETE /2010-04-01/Accounts/{AccountSid}/Messages/{Sid}.json
Api20100401MessageApi fetch_message GET /2010-04-01/Accounts/{AccountSid}/Messages/{Sid}.json
Api20100401MessageApi list_message GET /2010-04-01/Accounts/{AccountSid}/Messages.json
Api20100401MessageApi update_message POST /2010-04-01/Accounts/{AccountSid}/Messages/{Sid}.json
Api20100401MobileApi create_incoming_phone_number_mobile POST /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/Mobile.json
Api20100401MobileApi list_available_phone_number_mobile GET /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}/Mobile.json
Api20100401MobileApi list_incoming_phone_number_mobile GET /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/Mobile.json
Api20100401MonthlyApi list_usage_record_monthly GET /2010-04-01/Accounts/{AccountSid}/Usage/Records/Monthly.json
Api20100401NationalApi list_available_phone_number_national GET /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}/National.json
Api20100401NewKeyApi create_new_key POST /2010-04-01/Accounts/{AccountSid}/Keys.json
Api20100401NewSigningKeyApi create_new_signing_key POST /2010-04-01/Accounts/{AccountSid}/SigningKeys.json
Api20100401NotificationApi fetch_call_notification GET /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Notifications/{Sid}.json
Api20100401NotificationApi fetch_notification GET /2010-04-01/Accounts/{AccountSid}/Notifications/{Sid}.json
Api20100401NotificationApi list_call_notification GET /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Notifications.json
Api20100401NotificationApi list_notification GET /2010-04-01/Accounts/{AccountSid}/Notifications.json
Api20100401OutgoingCallerIdApi delete_outgoing_caller_id DELETE /2010-04-01/Accounts/{AccountSid}/OutgoingCallerIds/{Sid}.json
Api20100401OutgoingCallerIdApi fetch_outgoing_caller_id GET /2010-04-01/Accounts/{AccountSid}/OutgoingCallerIds/{Sid}.json
Api20100401OutgoingCallerIdApi list_outgoing_caller_id GET /2010-04-01/Accounts/{AccountSid}/OutgoingCallerIds.json
Api20100401OutgoingCallerIdApi update_outgoing_caller_id POST /2010-04-01/Accounts/{AccountSid}/OutgoingCallerIds/{Sid}.json
Api20100401ParticipantApi create_participant POST /2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants.json
Api20100401ParticipantApi delete_participant DELETE /2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants/{CallSid}.json
Api20100401ParticipantApi fetch_participant GET /2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants/{CallSid}.json
Api20100401ParticipantApi list_participant GET /2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants.json
Api20100401ParticipantApi update_participant POST /2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants/{CallSid}.json
Api20100401PayloadApi delete_recording_add_on_result_payload DELETE /2010-04-01/Accounts/{AccountSid}/Recordings/{ReferenceSid}/AddOnResults/{AddOnResultSid}/Payloads/{Sid}.json
Api20100401PayloadApi fetch_recording_add_on_result_payload GET /2010-04-01/Accounts/{AccountSid}/Recordings/{ReferenceSid}/AddOnResults/{AddOnResultSid}/Payloads/{Sid}.json
Api20100401PayloadApi list_recording_add_on_result_payload GET /2010-04-01/Accounts/{AccountSid}/Recordings/{ReferenceSid}/AddOnResults/{AddOnResultSid}/Payloads.json
Api20100401PaymentApi create_payments POST /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Payments.json
Api20100401PaymentApi update_payments POST /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Payments/{Sid}.json
Api20100401QueueApi create_queue POST /2010-04-01/Accounts/{AccountSid}/Queues.json
Api20100401QueueApi delete_queue DELETE /2010-04-01/Accounts/{AccountSid}/Queues/{Sid}.json
Api20100401QueueApi fetch_queue GET /2010-04-01/Accounts/{AccountSid}/Queues/{Sid}.json
Api20100401QueueApi list_queue GET /2010-04-01/Accounts/{AccountSid}/Queues.json
Api20100401QueueApi update_queue POST /2010-04-01/Accounts/{AccountSid}/Queues/{Sid}.json
Api20100401RecordApi list_usage_record GET /2010-04-01/Accounts/{AccountSid}/Usage/Records.json
Api20100401RecordingApi create_call_recording POST /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Recordings.json
Api20100401RecordingApi delete_call_recording DELETE /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Recordings/{Sid}.json
Api20100401RecordingApi delete_conference_recording DELETE /2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Recordings/{Sid}.json
Api20100401RecordingApi delete_recording DELETE /2010-04-01/Accounts/{AccountSid}/Recordings/{Sid}.json
Api20100401RecordingApi fetch_call_recording GET /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Recordings/{Sid}.json
Api20100401RecordingApi fetch_conference_recording GET /2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Recordings/{Sid}.json
Api20100401RecordingApi fetch_recording GET /2010-04-01/Accounts/{AccountSid}/Recordings/{Sid}.json
Api20100401RecordingApi list_call_recording GET /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Recordings.json
Api20100401RecordingApi list_conference_recording GET /2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Recordings.json
Api20100401RecordingApi list_recording GET /2010-04-01/Accounts/{AccountSid}/Recordings.json
Api20100401RecordingApi update_call_recording POST /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Recordings/{Sid}.json
Api20100401RecordingApi update_conference_recording POST /2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Recordings/{Sid}.json
Api20100401SharedCostApi list_available_phone_number_shared_cost GET /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}/SharedCost.json
Api20100401ShortCodeApi fetch_short_code GET /2010-04-01/Accounts/{AccountSid}/SMS/ShortCodes/{Sid}.json
Api20100401ShortCodeApi list_short_code GET /2010-04-01/Accounts/{AccountSid}/SMS/ShortCodes.json
Api20100401ShortCodeApi update_short_code POST /2010-04-01/Accounts/{AccountSid}/SMS/ShortCodes/{Sid}.json
Api20100401SigningKeyApi delete_signing_key DELETE /2010-04-01/Accounts/{AccountSid}/SigningKeys/{Sid}.json
Api20100401SigningKeyApi fetch_signing_key GET /2010-04-01/Accounts/{AccountSid}/SigningKeys/{Sid}.json
Api20100401SigningKeyApi list_signing_key GET /2010-04-01/Accounts/{AccountSid}/SigningKeys.json
Api20100401SigningKeyApi update_signing_key POST /2010-04-01/Accounts/{AccountSid}/SigningKeys/{Sid}.json
Api20100401SiprecApi create_siprec POST /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Siprec.json
Api20100401SiprecApi update_siprec POST /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Siprec/{Sid}.json
Api20100401StreamApi create_stream POST /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Streams.json
Api20100401StreamApi update_stream POST /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Streams/{Sid}.json
Api20100401ThisMonthApi list_usage_record_this_month GET /2010-04-01/Accounts/{AccountSid}/Usage/Records/ThisMonth.json
Api20100401TodayApi list_usage_record_today GET /2010-04-01/Accounts/{AccountSid}/Usage/Records/Today.json
Api20100401TokenApi create_token POST /2010-04-01/Accounts/{AccountSid}/Tokens.json
Api20100401TollFreeApi create_incoming_phone_number_toll_free POST /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/TollFree.json
Api20100401TollFreeApi list_available_phone_number_toll_free GET /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}/TollFree.json
Api20100401TollFreeApi list_incoming_phone_number_toll_free GET /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/TollFree.json
Api20100401TranscriptionApi create_realtime_transcription POST /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Transcriptions.json
Api20100401TranscriptionApi delete_recording_transcription DELETE /2010-04-01/Accounts/{AccountSid}/Recordings/{RecordingSid}/Transcriptions/{Sid}.json
Api20100401TranscriptionApi delete_transcription DELETE /2010-04-01/Accounts/{AccountSid}/Transcriptions/{Sid}.json
Api20100401TranscriptionApi fetch_recording_transcription GET /2010-04-01/Accounts/{AccountSid}/Recordings/{RecordingSid}/Transcriptions/{Sid}.json
Api20100401TranscriptionApi fetch_transcription GET /2010-04-01/Accounts/{AccountSid}/Transcriptions/{Sid}.json
Api20100401TranscriptionApi list_recording_transcription GET /2010-04-01/Accounts/{AccountSid}/Recordings/{RecordingSid}/Transcriptions.json
Api20100401TranscriptionApi list_transcription GET /2010-04-01/Accounts/{AccountSid}/Transcriptions.json
Api20100401TranscriptionApi update_realtime_transcription POST /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Transcriptions/{Sid}.json
Api20100401TriggerApi create_usage_trigger POST /2010-04-01/Accounts/{AccountSid}/Usage/Triggers.json
Api20100401TriggerApi delete_usage_trigger DELETE /2010-04-01/Accounts/{AccountSid}/Usage/Triggers/{Sid}.json
Api20100401TriggerApi fetch_usage_trigger GET /2010-04-01/Accounts/{AccountSid}/Usage/Triggers/{Sid}.json
Api20100401TriggerApi list_usage_trigger GET /2010-04-01/Accounts/{AccountSid}/Usage/Triggers.json
Api20100401TriggerApi update_usage_trigger POST /2010-04-01/Accounts/{AccountSid}/Usage/Triggers/{Sid}.json
Api20100401UserDefinedMessageApi create_user_defined_message POST /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/UserDefinedMessages.json
Api20100401UserDefinedMessageSubscriptionApi create_user_defined_message_subscription POST /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/UserDefinedMessageSubscriptions.json
Api20100401UserDefinedMessageSubscriptionApi delete_user_defined_message_subscription DELETE /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/UserDefinedMessageSubscriptions/{Sid}.json
Api20100401ValidationRequestApi create_validation_request POST /2010-04-01/Accounts/{AccountSid}/OutgoingCallerIds.json
Api20100401VoipApi list_available_phone_number_voip GET /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}/Voip.json
Api20100401YearlyApi list_usage_record_yearly GET /2010-04-01/Accounts/{AccountSid}/Usage/Records/Yearly.json
Api20100401YesterdayApi list_usage_record_yesterday GET /2010-04-01/Accounts/{AccountSid}/Usage/Records/Yesterday.json

Documentation For Models

To get access to the crate's generated documentation, use:

cargo doc --open

Author

support@twilio.com

Dependencies

~8–19MB
~271K SLoC