ResendDomainsClient class

The client for the Resend Domains API

Constructors

ResendDomainsClient.new({required String apiKey})
Constructor of ResendDomainsClient

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addDomain(String name, {ResendDomainRegion? region}) Future<ResendResult<ResendAddDomainResponse>>
Create a domain through the Resend Email API.
deleteDomain(String domainId) Future<ResendResult<ResendDeleteDomainResponse>>
Remove an existing domain.
listDomains() Future<ResendResult<ResendListDomainsResponse>>
Retrieve a list of domains for the authenticated user.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
retrieveDomain(String domainId) Future<ResendResult<ResendRetrieveDomainResponse>>
Retrieve a single domain for the authenticated user.
toString() String
A string representation of this object.
inherited
updateDomain(String domainId, {bool? clickTracking, bool? openTracking, ResendDomainTls? tls}) Future<ResendResult<ResendUpdateDomainResponse>>
Update an existing domain.
verifyDomain(String domainId) Future<ResendResult<ResendVerifyDomainResponse>>
Verify an existing domain.

Operators

operator ==(Object other) bool
The equality operator.
inherited