DigitalOcean (digital_ocean v0.1.0)

Link to this section Summary

Link to this section Types

Link to this type

http_headers_t()

Specs

http_headers_t() :: [{String.t(), String.t()}]
Link to this type

http_method_t()

Specs

http_method_t() :: :delete | :get | :head | :patch | :post | :put
Link to this type

http_response_t()

Specs

http_response_t() ::
  {:ok, DigitalOcean.Response.t()} | {:error, DigitalOcean.Response.t() | any()}
Link to this type

http_status_code_t()

Specs

http_status_code_t() :: pos_integer()

Specs

id_t() :: String.t() | integer()

Link to this section Functions

Link to this function

request(operation, config \\ [])

Specs