digitalocean v0.1.1 DigitalOcean.Action

API methods for interacting with the Action module.

See the Action Reference.

Summary

Functions

List all Actions

Similar to list/0 but returns the response body only

Get an Action

Similar to show/1 but returns the response body only

Functions

list()

List all Actions.

list!()

Similar to list/0 but returns the response body only.

show(action_id)

Get an Action.

show!(action_id)

Similar to show/1 but returns the response body only.