View Source CloudflareApi.DnsRecords (cloudflare_api v0.0.2)

Link to this section Summary

Link to this section Functions

Link to this function

create(client, zone_id, record)

View Source

If the record already exists, this will exit with a success {:ok, :already_created}

Link to this function

create(client, zone_id, hostname, ip, type \\ "A")

View Source
Link to this function

delete(client, zone_id, record_id)

View Source

If the record already exists, this will exit with a success {:ok, :already_deleted}

Link to this function

hostname_exists?(client, zone_id, hostname, type \\ nil)

View Source
Link to this function

list(client, zone_id, opts \\ nil)

View Source
Link to this function

list_for_hostname(client, zone_id, hostname, type \\ nil)

View Source