TODO: Add description
If available in Hex, the package can be installed as:
- Add
api
to your list of dependencies inmix.exs
:
```elixir
def deps do
[{:api, "~> 0.1.0"}]
end
```
- Ensure
api
is started before your application:
```elixir
def application do
[applications: [:api]]
end
```
The Swagger API documentation is used to validate incoming requests to all
requests that use the :api pipeline (see
apps/api_web/lib/api_web/router.ex
).