API wrapper for engima
Add en_cli to your list of dependencies in mix.exs:
def deps do
[
{:en_cli, "~> 0.3.0"}
]
endAnd finally add to your config.exs:
config :en_cli,
base_uri: "https://domain.com/api/v1",
username: "your_username",
token: "your_token"Documentation at https://hexdocs.pm/en_cli.