0.0
No commit activity in last 3 years
No release in over 3 years
Robust, but powerful. Source avaible at https://github.com/PenguinOwl/hypixel-rubyed/
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0
 Project Readme

hypixel-rubyed Build Status

A barebones API wrapper for the Hypixel Public API.

Getting started

Im not a big fan of sifting through documentation, so lets get to the point.

api = HypixelAPI.new("API KEY HERE")
level = api.player(:uuid => "some uuid").deep_find(:hypixel_level).to_i

Nice, consice, and barebones.

Installation

Add the following to your Gemfile

  gem "hypixel-ruby"

Run bundler install and require it in your source with require 'hypixel-ruby' and get cracking!

Resources

Documentation Rubygems Public API