This is an Elixir package that wrapps any NDC-compliant API. It's host-agnostic and quite flexible-through-configuration so that it can reach NDC hosts with a certain flexibility.
If available in Hex, the package can be installed as:
-
Add ndc_ex_sdk to your list of dependencies in
mix.exs
:def deps do [{:ndc_ex_sdk, "~> 0.0.1"}] end
-
Ensure ndc_ex_sdk is started before your application:
def application do [applications: [:ndc_ex_sdk]] end