dnsimple v0.9.0 Dnsimple.Services

The Services module handles communication with the DNSimple API responsible for applying one-click services to domains.

@see https://developer.dnsimple.com/v2/services/domains/

Summary

Functions

applied_services(client, account_id, domain_id, options \\ [])

List applied services.

See https://developer.dnsimple.com/v2/services/domains/#applied

apply_service(client, account_id, domain_id, service_id, options \\ [])

Apply a service to a domain

See https://developer.dnsimple.com/v2/services/domains/#apply

unapply_service(client, account_id, domain_id, service_id, options \\ [])

Unapply a service previously applied to a domain

See https://developer.dnsimple.com/v2/services/domains/#unapply