summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavi Oliveira <davi.oliveira@locaweb.com>2021-02-11 11:33:14 -0300
committerDavi Oliveira <davi.oliveira@locaweb.com>2021-02-11 11:33:14 -0300
commit13873ac74f4b262ffae35e59c16590a4ae3536ec (patch)
tree1cd7a090bfc57879910085391ca0f7ed51d2e6cc
parentAdd zone light with only server name (diff)
Add get zone in readme
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3aba62c..5614f2c 100644
--- a/README.md
+++ b/README.md
@@ -56,6 +56,9 @@ zone_model = %PowerDNSex.Models.Zone{
# SHOW ZONE:
{:ok, zone} = PowerDNSex.show_zone("example.com")
+# SHOW ZONE without RRSets:
+{:ok, zone} = PowerDNSex.get_zone("example.com")
+
# DELETE ZONE:
res = PowerDNSex.delete_zone("example.com")
```