/e2020-common

e2020 common library, used by all e2020-services

Primary LanguageElixirApache License 2.0Apache-2.0

E2020 Common

Common elixir module for e2020 projects

This Elixir library can be used to simplify the communicate with services of e-Matrix Innovation's e2020-cluster.

Documentation

There is no public documentation for this module other than the documentation included in the source files. e-Matrix's customers and partners will get access to a full documentation through the (non public) service documentation.

Installation

The package can be installed by adding common to your list of dependencies in mix.exs:

def deps do
  [
    {:common, git: "https://github.com/e-matrix/e2020-common.git"}
  ]
end