Javier Acero
Javier Acero
I've found a case that doesn't match the error message handling scenarios that we currently have. When getting the OAuth access token, if you provide an incorrect secret you will...
As `contact_id` no longer needed to purchase LE cert. This changes will require for us to update the Ruby client version used, as it is indeed validating `contact_id` presence. ##...
Right now configuration values have to be provided to the client like this: ``` elixir %Dnsimple.Client{base_url: "https://sandbox.dnsimple.com"} ``` It may be nice to use _standard_ Elixir configuration mechanisms: ``` elixir...
This is something that I just realized while working on the code base and that I'd like to address. However, since it's a breaking change I want to discuss how...
All non-GET requests must send the header: ``` Content-Type: application/json ``` In the future the API will reject requests that don't send a proper `Content-Type` header.
The [openapi](https://github.com/dnsimple/dnsimple-developer/blob/main/content/v2/openapi.yml) definition file is getting to a size that makes it _very_, _very_ hard to work with. It also makes it a nightmare for newcomers to figure things out...