ns1 / ns1-go

Golang API client for NS1
Apache License 2.0
34 stars 59 forks source link

Add means to get monitoring/regions #206

Open vulpine opened 1 year ago

vulpine commented 1 year ago

I would like to be able to access the monitoring/regions list from the Terraform provider (for which we're presently just using an http data resource), and so chose to add this to the API. I've based this somewhat on other monitor_ functions as I'm not the world's most confident Go coder.