Packages

Elixir package for the HiRez API which provides data about its games and lets you bypass all the session generation and url-building logic and gives you a coherent API for all its games' endpoints.

Current section

Files

Jump to
exrez README.md
Raw

README.md

# Exrez
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `exrez` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:exrez, "~> 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/exrez](https://hexdocs.pm/exrez).