Project

reach-api

0.0
No commit activity in last 3 years
No release in over 3 years
A Ruby wrapper for Bungie's Halo Reach stats API. Returns all API responses as Ruby hashes.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.0.0
~> 0.6.0
~> 0.9.2.2
~> 2.8.0
~> 0.5.4

Runtime

~> 0.8.1
~> 1.6.5
 Project Readme

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

  1. Fork it
  2. Create a feature branch - git checkout -b new_feature
  3. Commit your changes - git commit -m "Added new feature"
  4. Push to GitHub - git push origin new_feature
  5. Create a new Pull Request

copyright

Copyright (c) 2012 Andrew Stewart. See LICENSE for more details