README.md
# QuickApi [](https://coveralls.io/github/jrusso1020/quick_api?branch=master) [](https://circleci.com/gh/jrusso1020/quick_api)
An Elixir library for quickly creating Elixir API wrappers for RESTful CRUD API's
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `quick_api` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:quick_api, "~> 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 [https://hexdocs.pm/quick_api](https://hexdocs.pm/quick_api).