Demo
In Nebo #15 we have our own API design manifest, and we trying to follow it.
This package extracts all common patterns and utilities, to remove boilerplate from business-logic services.
Installation
The package can be installed as:
Add
eview
to your list of dependencies inmix.exs
:def deps do [{:eview, "~> 0.8.0"}] end
Ensure
eview
is started before your application:def application do [applications: [:eview]] end
The docs can be found at https://hexdocs.pm/eview.