diff options
author | Davi Oliveira <davi.oliveira@locaweb.com> | 2021-02-11 11:33:14 -0300 |
---|---|---|
committer | Davi Oliveira <davi.oliveira@locaweb.com> | 2021-02-11 11:33:14 -0300 |
commit | 13873ac74f4b262ffae35e59c16590a4ae3536ec (patch) | |
tree | 1cd7a090bfc57879910085391ca0f7ed51d2e6cc | |
parent | Add zone light with only server name (diff) |
Add get zone in readme
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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") ``` |