Packages

Elixir wrapper for the IG's API

Current section

Files

Jump to
ig config test.exs
Raw

config/test.exs

use Mix.Config
config :ig,
users: %{
user_name: %{
identifier: "MyUser",
password: "mySecretPassword",
api_key: "IAG5JPWraNvGDI5sokzy",
demo: true
}
}