Skip to content

Implementation of the Azure Blob Storage Rest API for elixir

License

Notifications You must be signed in to change notification settings

workplacearcade/azurex

 
 

Repository files navigation

GitHub Workflow Status Hex.pm

Azurex

Implementation of the Azure Blob Storage Rest API for Elixir.

Supported actions

Currently only supports:

  1. Downloading blobs
  2. Uploading blobs

Installation

Available in Hex, the package can be installed by adding azurex to your list of dependencies in mix.exs e.g.:

def deps do
  [
    {:azurex, "~> 0.1.0"}
  ]
end

Documentation

Documentation can be found at https://hexdocs.pm/azurex. Or generated using ExDoc

Development

The goal is to support all actions in the Azure Blob Storage Rest API - PRs welcome :)

About

Implementation of the Azure Blob Storage Rest API for elixir

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 100.0%