| Constructor and Description |
|---|
TldsEndpoint(HttpEndpointClient client) |
| Modifier and Type | Method and Description |
|---|---|
GetTldResponse |
getTld(String tld)
Get details for a specific tld.
|
GetTldExtendedAttributesResponse |
getTldExtendedAttributes(String tld)
Get extended attributes for a TLD
|
ListTldsResponse |
listTlds()
Lists supported TLDs for registration
|
ListTldsResponse |
listTlds(Map<String,Object> options)
Lists supported TLDs for registration
|
public TldsEndpoint(HttpEndpointClient client)
public ListTldsResponse listTlds() throws DnsimpleException, IOException
TldslistTlds in interface TldsDnsimpleException - Any API errorsIOException - Any IO errorspublic ListTldsResponse listTlds(Map<String,Object> options) throws DnsimpleException, IOException
TldslistTlds in interface Tldsoptions - A Map of options to pass to the TLDs APIDnsimpleException - Any API errorsIOException - Any IO errorspublic GetTldResponse getTld(String tld) throws DnsimpleException, IOException
TldsgetTld in interface Tldstld - The TLD string (i.e. "com")DnsimpleException - Any API errorsIOException - Any IO errorspublic GetTldExtendedAttributesResponse getTldExtendedAttributes(String tld) throws DnsimpleException, IOException
TldsgetTldExtendedAttributes in interface Tldstld - The TLD to retrieve extended attributes forDnsimpleException - Any API errorsIOException - Any IO errorsCopyright © 2017 DNSimple. All rights reserved.