DigOc.Image

Source

Summary

delete!(id)

Like delete/1 but returns the response body only

delete(id)

Request that an image be deleted

update!(id, new_name)

Like update/2 but returns the response body only

update(id, new_name)

Request that an image be updated

Functions

delete(id)

Request that an image be deleted.

Source
delete!(id)

Like delete/1 but returns the response body only.

Source
update(id, new_name)

Request that an image be updated.

Source
update!(id, new_name)

Like update/2 but returns the response body only.

Source