vinyldns / go-vinyldns

Go client package for VinylDNS
Apache License 2.0
7 stars 25 forks source link

"preference" should be an int rather than a string #6

Closed mdb closed 6 years ago

mdb commented 6 years ago

Description

The json for "preference" is marked as a string in go-vinyldns#:161 but the API docs denote it as an integer.

Expected behavior: [What you expect to happen]

preference should be an int (or int64?)

Actual behavior: [What actually happens]

100%

Versions

current master; 0.8.0.

Additional Information

Additional conversation is here.