battle-net-oauth 0.1.1

Rust crate to request a Battle.net OAuth token
Documentation
[![Build Status](https://travis-ci.org/shempignon/battle-net-oauth.svg?branch=master)](https://travis-ci.org/shempignon/battle-net-oauth)

Battle.net OAuth token
===

Installation
---

```
battle-net-oauth = "0.1"
```

Get a token 
---

```rust
extern crate battle_net_oauth;

let token = battle_net_oauth::get_oauth_token();
```