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:

  1. Add eview to your list of dependencies in mix.exs:

    def deps do
      [{:eview, "~> 0.8.0"}]
    end
  2. Ensure eview is started before your application:

    def application do
      [applications: [:eview]]
    end

The docs can be found at https://hexdocs.pm/eview.