reach-api
A Ruby wrapper for the Halo Reach stats API.
installation
[sudo] gem install reach-api
usage
You'll need a Bungie-provided API key:
require "reach-api"
reach = Reach.new("your_key")
For information on API methods, please refer to the wiki.
contributing
- Fork it
- Create a feature branch -
git checkout -b new_feature
- Commit your changes -
git commit -m "Added new feature"
- Push to GitHub -
git push origin new_feature
- Create a new Pull Request
copyright
Copyright (c) 2012 Andrew Stewart. See LICENSE
for more details