400 Bad Request #1
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Seeing the following when using greenlock with my digitalocean application:
From what I can tell, the digitalocean api expects
Content-Type: application/json
, notapplication/x-www-form-urlencoded
: https://developers.digitalocean.com/documentation/v2/#create-a-new-domain-recordMaybe we should be using
json
instead ofform
here:9f86ee8d32/lib/index.js (L22)
Created https://git.coolaj86.com/coolaj86/acme-dns-01-digitalocean.js/pulls/3
Thanks. I'll merge this.
@coolaj86 are you still open to merging my PR?