Expand description

Twilio API data structs

To be used as building blocks.

Structs

Describes minimal Call request, suitable for urlencoded serialization

Result of correct SMS request.

Describes MMS, suitable for urlencoded serialization

Describes SMS, suitable for urlencoded serialization

Result of correct SMS request.

Error returned by Twilio REST API.

Generic Twilio request builder.

Enums

Status of call.

Call instruction.

Status of call.

Status of message.

Describes possible http methods, twilio can use to invoke callback.

Constants

Twilio REST API endpoint for calls

Twilio REST API endpoint for SMS

Twilio REST API base url

Functions

Creates URL to post Call onto or fetch multiple Call

Creates base URL to fetch Call onto.

Creates base URL to fetch SMS onto.

Creates URL to post SMS onto or fetch multiple SMS

Type Definitions

URL storage for const fn creation.