oceanex v0.2.4 Oceanex.Resource.Image

DigitalOcean Image resource api calls.

Link to this section Summary

Functions

List all image records.

Delete a specific image record.

Get a specific image record.

Update a image record.

Link to this section Functions

Link to this function

all(opts \\ %{})

List all image records.

Link to this function

destroy(image_id)

Delete a specific image record.

Get a specific image record.

Link to this function

update(image_id, opts)

Update a image record.

Examples

Oceanex.Resource.Image.update(image_id, %{name: name})