oceanex v0.1.0 Oceanex.Resource.Image

DigitalOcean Image resource api calls.

Summary

Functions

List all image records

Delete a specific image record

Get a specific image record

Update a image record

Functions

all(opts \\ %{})

List all image records.

destroy(image_id)

Delete a specific image record.

find(image_id)

Get a specific image record.

update(image_id, opts)

Update a image record.

Examples

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