Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 690 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 690 Bytes

ExGithub

Build Status

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