-
Using Let's Encrypt and using this post as an example: https://www.troyhunt.com/everything-you-need-to-know-about-loading-a-free-lets-encrypt-certificate-into-an-azure-website/
-
dnsimple certificate:purchase wibble.com admin 15269
An error occurred: Error purchasing certificate:
I managed to inspect the http party response and got:-
# {"csr"=>["can't be blank"], "name"=>[]}…
-
I see that you gave us the ability to edit the DNS records for a domain in v1: https://developer.dnsimple.com/v1/domains/records/
but i don't see anything for v2: https://developer.dnsimple.com/v2/
-
I'm trying to run specs and most of them fail, since the program is issuing requests to `https://dnsimple.com/users` instead of `https://test.dnsimple.com/` as expected in yml config files under `vcr_…
-
In order to be able to get the `access_token` during the OAuth dance you have to call [`client.oauth.exchange_authorization_for_token`](https://github.com/aetrion/dnsimple-ruby/blob/master/lib/dnsimpl…
-
From the example in the README I found that i needed to set the http_proxy like this to get it working ?
```
DNSimple::Client.username = 'username'
DNSimple::Client.api_token = 'api-key'
DNSimple::Cl…
-
I've released a version of `ey-dnsimple` (https://github.com/engineyard/engineyard-dnsimple) but I'd love an idea how to do the integration tests.
Should I create a new dnsimple.com account with a do…
drnic updated
5 years ago
-
When I debug with my own tools I can see that the JSON reponse has useful info:
The JSON response creating a host entry that already exists:
``` json
{
"domain_name": "mydomain.com",
"name":…
-
@martinisoft would is working on https://github.com/dnsimple/chef-dnsimple and would like to have a test mode so he can run tests for the cookbook that actually exercise calls to the API client. I rec…
aeden updated
5 years ago
-
I'm working on a new project using DNSimple and Elixir, and it led me here. I understand this library is still under development, and that's fine. I'd still like to take it for a spin and see if I can…