DigitalOcean.DropletAction.get

You're seeing just the function get, go back to DigitalOcean.DropletAction module for more information.
Link to this function

get(droplet_id, action_id)

Specs

Retrieve an action for a droplet.

Examples

iex> DigitalOcean.DropletAction.get(3164444, 36804807) |> DigitalOcean.request()
{ :ok, %DigitalOcean.Response{} }