pub async fn get_domain_zone_file(
client: &WasmerClient,
domain: String,
) -> Result<Option<DnsDomainWithZoneFile>, Error>
Expand description
Retrieve a domain by its name.
Specify with_records to also retrieve all records for the domain.
pub async fn get_domain_zone_file(
client: &WasmerClient,
domain: String,
) -> Result<Option<DnsDomainWithZoneFile>, Error>
Retrieve a domain by its name.
Specify with_records to also retrieve all records for the domain.