README.md

# Castile

Castile is an Elixir incarnation of [Detergent](https://github.com/devinus/detergent), the SOAP API client.

We really wanted to use it but ran into some issues and also wanted to use
HTTPoison as the HTTP client.

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `castile` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:castile, "~> 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/castile](https://hexdocs.pm/castile).