Skip to content

itSQualL/en_cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EnCli

API wrapper for engima

Installation

Add en_cli to your list of dependencies in mix.exs:

def deps do
  [
    {:en_cli, "~> 0.3.0"}
  ]
end

And 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.

About

Elixir API wrapper for Engima project

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages