Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/christopherlai/netstorage
Elixir Akamai API Wrapper
https://github.com/christopherlai/netstorage
Last synced: about 2 months ago
JSON representation
Elixir Akamai API Wrapper
- Host: GitHub
- URL: https://github.com/christopherlai/netstorage
- Owner: christopherlai
- Created: 2022-08-19T22:41:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-24T14:58:16.000Z (over 2 years ago)
- Last Synced: 2024-09-15T03:41:05.926Z (4 months ago)
- Language: Elixir
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Netstorage
Elixir API Wrapper for Akamai NetStorage## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `netstorage` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:netstorage, "~> 0.1.0"}
]
end
```Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at .## TODO
- [ ] Test Coverage
- [ ] Retry Logic
- [ ] HTTP Client Adapter