An open API service indexing awesome lists of open source software.

https://github.com/scarfacedeb/ex_swift

An elixir client for OpenStack Swift API
https://github.com/scarfacedeb/ex_swift

elixir openstack openstack-swift

Last synced: about 2 months ago
JSON representation

An elixir client for OpenStack Swift API

Awesome Lists containing this project

README

        

# ExSwift

An elixir client for [OpenStack Swift API](https://docs.openstack.org/swift/latest/).

## Installation

Add `ex_swift` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:ex_swift, "~> 0.2.1"}
]
end
```