README.md

# Paytm

[![Build Status](https://travis-ci.org/wundercar/paytm.svg?branch=develop)](https://travis-ci.org/wundercar/paytm)
[![Hex pm](http://img.shields.io/hexpm/v/paytm.svg?style=flat)](https://hex.pm/packages/paytm)

Paytm API client for Elixir with Wallet, Gratification and OAuth API support

## Documentation

[https://hexdocs.pm/paytm](https://hexdocs.pm/paytm)

## Installation

Add `paytm` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:paytm, "~> 0.7.2"}
  ]
end
```