Elixir-Scaleway v0.1.6 Scaleway.Image View Source
Link to this section Summary
Functions
Create a new image
List all images
Similar to list/0 but with body only
Delete an image by its id
Retrieves an image by its id
Update an image
Link to this section Functions
Link to this function
create(data)
View Source
create(map()) :: {:ok, HTTPoison.Response} | {:error, HTTPoison.Error}
Create a new image.
Link to this function
list()
View Source
list() :: {:ok, HTTPoison.Response} | {:error, HTTPoison.Error}
List all images.
Similar to list/0 but with body only.
Link to this function
remove(id)
View Source
remove(charlist()) :: {:ok, HTTPoison.Response} | {:error, HTTPoison.Error}
Delete an image by its id.
Link to this function
show(id)
View Source
show(charlist()) :: {:ok, HTTPoison.Response} | {:error, HTTPoison.Error}
Retrieves an image by its id.
Update an image