README.md

# MtgSdkEx [![Build Status](https://travis-ci.org/gheidorn/mtg_sdk_ex.svg?branch=master)](https://travis-ci.org/gheidorn/mtg_sdk_ex) [![Coverage Status](https://coveralls.io/repos/github/gheidorn/mtg_sdk_ex/badge.svg?branch=master)](https://coveralls.io/github/gheidorn/mtg_sdk_ex?branch=master)

## Contracts

Structs are used to establish contracts so consumers of this library can have reasonable expectations of what is returned.

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `mtg_sdk_ex` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:mtg_sdk_ex, "~> 0.1.0"}
  ]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/mtg_sdk_ex](https://hexdocs.pm/mtg_sdk_ex).