dnsimple-elixir icon indicating copy to clipboard operation
dnsimple-elixir copied to clipboard

The DNSimple API client for Elixir.

Results 11 dnsimple-elixir issues
Sort by recently updated
recently updated
newest added

Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.28.5 to 0.29.0. Changelog Sourced from ex_doc's changelog. v0.29.0 (2022-10-19) Enhancements Support cheatsheets as .cheatmd files Bug fix Collapse sidebar when resizing page even if stored in...

task
dependencies

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...

enhancement

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...

enhancement
requires-major-release

Hi, thanks for creating an Elixir library for your API! I noticed that when I make changes to my base_url in my application config: `config :dnsimple, base_url: "https://api.dnsimple.com"` (e.g. to...

enhancement

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.

enhancement

Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.31.1 to 0.31.2. Changelog Sourced from ex_doc's changelog. v0.31.2 (2024-03-05) Enhancements Add equiv handling for types and callbacks for Erlang Add cmd-k/ctrl-k shortcut to focus searchbar Use...

task
dependencies

See https://github.com/dnsimple/dnsimple-developer/issues/315 for reference In this PR: - Add `alias_email` and `destination_email` fields to `EmailForward`

enhancement

Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.31.1 to 0.32.1. Changelog Sourced from ex_doc's changelog. v0.32.1 (2024-04-12) Bug fixes Add version dropdown back on hexdocs.pm Improve search input styling and scrolling v0.32.0 (2024-04-10) Enhancements...

task
dependencies

Bumps [poison](https://github.com/devinus/poison) from 5.0.0 to 6.0.0. Changelog Sourced from poison's changelog. v6.0.0 Features Support Erlang 27 and Elixir 1.17 #214 #222 Reintroduce Poison.encode_to_iodata!/1 for Phoenix compatibility #172 #206 Make :html_safe...

task
dependencies

Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.31.1 to 0.34.1. Changelog Sourced from ex_doc's changelog. v0.34.1 (2024-06-30) Enhancements Add a v shortcut to open/focus the version select Compatibility fixes for Elixir v1.17 and Erlang/OTP...

task
dependencies