comment
This commit is contained in:
parent
2da8c59ce4
commit
51de57cecf
@ -8,7 +8,7 @@ import (
|
||||
)
|
||||
|
||||
func main() {
|
||||
client := easydns.NewClient("https://sandbox.rest.easydns.net", "APITOKEN", "APIKEY")
|
||||
client := easydns.NewClient("https://sandbox.rest.easydns.net", "APITOKEN", "APIKEY") //change url to remove sandbox once you contact easydns support
|
||||
recordList, err := client.GetRecordList("myeasydnssite.ca")
|
||||
if err != nil {
|
||||
log.Fatalf("failed to get records for myeasydnssite.ca: %v", err)
|
||||
|
Loading…
x
Reference in New Issue
Block a user