Skip to content

sasankyadavalli/instamojo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instamojo

Elixir bindings for Instamojo REST API.

Installation

The package can be installed by adding :instamojo to your list of dependencies in mix.exs:

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

Docs can be found at https://hexdocs.pm/instamojo.

Configuration

config :instamojo,
  key: "INSTAMOJO_API_KEY",
  token: "INSTAMOJO_AUTH_TOKEN"