DigOc.Image
SourceSummary↑
| action!(image_id, action_id) | Like |
| action(image_id, action_id) | Request the action object associated with the image and action |
| delete!(id) | Like |
| delete(id) | Request that an image be deleted |
| transfer!(id, region_slug) | Like |
| transfer(id, region_slug) | Request the image be transfered to a different region |
| update!(id, new_name) | Like |
| update(id, new_name) | Request that an image be updated |
| wait_for_action(image_id, action_id) | Like |
Functions
Request the action object associated with the image and action.
Like action/2 but return only the response body.
Request that an image be deleted.
Like delete/1 but returns the response body only.
Request the image be transfered to a different region.
Like transfer/2 but returns only the response body.
Request that an image be updated.
Like update/2 but returns the response body only.
Like DigOc.Droplet.wait_for_action/2 but for an image, not droplet, action.