-
## My operating system is (include version):
Linux 4.12.13-1-ARCH #1 SMP PREEMPT Fri Sep 15 06:56:11 UTC 2017 i686 GNU/Linux
Python 3.6.2
pip 9.0.1 from /usr/lib/python3.6/site-packages (python 3.6…
-
I am able to use Lexicon to create records on our top level domain (`platformservices.io`) which is hosted by Gandi, but not our delegated subdomains, hosted in Route53.
I get error `StandardError:…
-
if we do file upload during not POST but PUT or PATCH, query string can't be parsed by parse_str function. As result methods don't receive data.
Here is sample raw content which is causing this is…
-
in v1, `nsone.APIClient` had:
- `GetApikey(id string) (Apikey, error)`
- `CreateApikey(k *Apikey) error`
- `DeleteApikey(id string) error`
- `UpdateApikey(k *Apikey) error`
in v2, `rest.APIKeysServic…
-
This issue is a continuation of PR #11.
So, I have made some breaking changes while iterating over the rest client, which I know is pretty anti-go(or any open source project for that matter).
@bobt…
-
Background:
I was able to run the tests per the readme on osx. All Tests pased
When I tried the same in a docker container it fails.
Using a dockerfile, created an ansible container
Tried with both a…
-
I was testing an implementation of the record update method and found that it failed silently sometimes. My code was slightly wrong:
```
record.update(answers=new_address)
```
instead of
```
record…
-
We should be able to get this back from the API, and output it in a terraform output, so that this info can be displayed to users and/or used elsewhere.
Due to Terraform's terrible handling of struct…
-
Following the recent NSOne DNS attack, we had a few customers reaching to use because their search wasn't working. For most of them it was because they were using an old API client version without the…
-