dart_resend library

Classes

Resend
A class for holding the client that separates the clients for the Resend API
ResendAddAudienceResponse
Response of a add audience request
ResendAddContactResponse
Response of a add contact request
ResendAddDomainResponse
Response of a add domain request
ResendApiKeysClient
The client for the Resend API Keys API
ResendAudiencesClient
The client for the Resend Audiences API
ResendClient
A class holding the clients for the Resend API
ResendContactsClient
The client for the Resend Contacts API
ResendCreateApiKeyResponse
Response of a create API key request
ResendDeleteApiKeyResponse
Response of a delete API key request
ResendDeleteAudienceResponse
Response of a delete audience request
ResendDeleteContactResponse
Response of a delete contact request
ResendDeleteDomainResponse
Response of a delete domain request
ResendDomainRecord
A class holding information about a domain record
ResendDomainsClient
The client for the Resend Domains API
ResendEmailAttachment
Email attachment (max 40mb per email)
ResendEmailBatchParams
A class for holding all information of an email that is intended to be sent as a batch emails request
ResendEmailClient
The client for the Resend Email API
ResendEmailTag
Email tag
ResendFailure<S>
Class representing a failed Resend API request result
ResendListApiKeysResponse
Response of a list API keys request
ResendListApiKeysResponseApiKey
Class holding the data of an API key
ResendListAudiencesResponse
Response of a list audiences request
ResendListAudiencesResponseAudience
Class holding the data of an audience
ResendListContactsResponse
Response of a list contacts request
ResendListContactsResponseContact
Class holding the data of a contact
ResendListDomainsResponse
Response of a list domains request
ResendListDomainsResponseDomain
Class holding the data of a domain
ResendResult<S>
Abstract class representing the result of a Resend API request
ResendRetrieveAudienceResponse
Response of a retrieve audience request
ResendRetrieveContactResponse
Response of a retrieve contact request
ResendRetrieveDomainResponse
Response of a retrieve domain request
ResendRetrieveEmailResponse
Response of a retrieve email request
ResendSendBatchEmailsResponse
Response of a batch emails request
ResendSendBatchEmailsResponseEmail
Class holding the data of an email
ResendSendEmailResponse
Response of a send email request
ResendSuccess<S>
Class representing a successful Resend API request result
ResendUpdateContactResponse
Response of an update contact request
ResendUpdateDomainResponse
Response of an update domain request
ResendVerifyDomainResponse
Response of a verify domain request

Enums

ResendApiKeyPermission
API key permission
ResendDomainRegion
The region of the domain
ResendDomainStatus
The status of the domain
ResendDomainTls
The TLS of the domain

Typedefs

Json = Map<String, dynamic>
typedef representing a JSON object