norrland / glesys_client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GlesysClient

PoC Elixir Library for interacting with GleSYS API

Installation

From GitHub:

def deps do
  [
    {:glesys_client, git, "https://github.com/norrland/glesys_client", tag: "0.1"}
  ]
end

If available in Hex, the package can be installed by adding glesys_client to your list of dependencies in mix.exs:

def deps do
  [
    {:glesys_client, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/glesys_client.

About


Languages

Language:Elixir 100.0%