-
http://developer.dnsimple.com/domains/nameservers/
-
Here's the error I get (I have redacted my account number, domain and auth token)
```sh
$ lexicon dnsimple --auth-token REDACTED list REDACTED A
Traceback (most recent call last):
File "/usr/l…
-
Some functions define a default value for the `account_id` parameter (`account_id \\ Dnsimple.Client.__WILDCARD_ACCOUNT`) while others don't define a default value. We should apply one approach or th…
-
Collaborators are expected to be called from Domains:
client.domains.addCollaborator()
All clients follow this approach, including the docs:
https://developer.dnsimple.com/v2/domains/collab…
-
If you try and send `zoneID` to `Zones.ListRecords` then it 404's but if you send the `zoneName` then it works correctly. The docs indicate that it should be the name of the zone too: https://develope…
-
As mentioned here http://developer.dnsimple.com/v1/services/domains/#apply, some services require a settings-field. The method does not provide a parameter to hand over this field.
-
@jedisct1 hi , xcode 6.1 build error
-
terraform -version
Terraform v0.6.3
cat buildgres.tf
provider "google" {
account_file = "${var.account_file}"
project = "${var.project}"
region = "${var.region}"
}
resource "google_comp…
-
When trying to load my domains by using the code in the README I get:
```
parsing time ""2015-03-20"" as ""2006-01-02T15:04:05Z07:00"": cannot parse """ as "T"
```
Changing the definition of `dnsimp…
-
Hi,
Trying to write the value of the local IP of all the instances of the same type using count, terraform crashes:
``` javascript
provisioner "local-exec" {
command = "echo Instance: ${aws_instan…