A Github API client for Elixir!
##Usage
- TODO:
- Install Instruction
- Documentation
- Dependencies
##API
###Overview
The ExGithub.User module allows for interaction with
user related functionality on github. Some functionality
will require an authenticated user via auth_token.
Most data is processed by JSON.decode via
elixir-json. The
data is returned as a HashDict.
Please see Tests for how to use functionality until docs are ready
