README.md

# Paytm

[![CircleCI](https://circleci.com/gh/wundercar/paytm/tree/develop.svg?style=svg)](https://circleci.com/gh/wundercar/paytm/tree/develop)
[![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.8.2"}
  ]
end
```