vinyldns / go-vinyldns

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

add RecordSetsGlobalListAll method #76

Closed mdb closed 3 years ago

mdb commented 3 years ago

While oddly named, this method interacts with the global list recordsets endpoint (as opposed to the RecordSetsListAll method, which lists record sets within the specified zone).

This seeks to address issue #75