Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 576 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 576 Bytes

NDC Elixir SDK

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.

Installation

If available in Hex, the package can be installed as:

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

    def deps do [{:ndc_ex_sdk, "~> 0.0.1"}] end

  2. Ensure ndc_ex_sdk is started before your application:

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