View Source Doex.Client (doex v0.14.1)

Access service functionality through Elixir functions, wrapping the underlying HTTP API calls.

This is where custom code will be created to provide convenience methods.

Most calls will simply help provide more informed defaults, as well as possibly reformat the output for easier user.

As there are no client specific calls yet, you should look more at direct calls through the API.

Doex.Api.call/2
Doex.Api.get/2
Doex.Api.post/3

Link to this section Summary

Link to this section Functions

Link to this function

assign_floating_ip(from_floating_id, to_name, opts \\ %{})

View Source
Link to this function

find_droplet_id(name_or_id, opts)

View Source
Link to this function

find_floating_ip_id(name_or_id, opts \\ %{})

View Source
Link to this function

find_snapshot_id(name, opts \\ %{})

View Source
Link to this macro

invoke(piped_in_argument, expr)

View Source (macro)
Link to this function

reassign_floating_ip(from_name, to_name, opts \\ %{})

View Source