Azurex.Blob (AzureX v0.1.0) View Source

Link to this section Summary

Link to this section Functions

Specs

get_blob(String.t()) ::
  {:ok, binary()}
  | {:error,
     HTTPoison.AsyncResponse.t() | HTTPoison.Error.t() | HTTPoison.Response.t()}
Link to this function

put_blob(name, blob, content_type, opts \\ [])

View Source

Specs