Function wasmer_backend_api::query::get_domain
source ยท pub async fn get_domain(
client: &WasmerClient,
domain: String,
) -> Result<Option<DnsDomain>, Error>
Expand description
Retrieve a domain by its name.
Specify with_records to also retrieve all records for the domain.