doex v0.4.8 Doex.Client View Source

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 find_droplet_id(name_or_id, opts) View Source
Link to this macro invoke(piped_in_argument, expr) View Source (macro)