Project

hexillion

0.0
No commit activity in last 3 years
No release in over 3 years
Hexillion WhoIs API Client for Ruby
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

>= 0
~> 3.6

Runtime

>= 1.5
 Project Readme

Hexillion API Client Gem for Ruby

Build Status

This gem provides a basic Ruby wrapper for the Hexillion Whois API. It is largely based on the Quova gem by Chris Corbyn.

Installation

gem install hexillion

Usage

The core class is Hexillion::Client. Create a new instance, passing in your Hexillion API username and password:

hex = Hexillion::Client.new(:username => 'MYUSERNAME', :password => 'MYPASSWORD')

Then, use the whois method on the instance to query Whois records for a given domain:

hex.whois('example.com')

The return value is a hash with all the Whois data returned by the API.

Resources

Disclaimer

The official maintainer of this Gem, Flippa.com is no way affiliated with, nor representative of Hexillion. This code is provided free of charge and shall be used at your own risk.

Copyright (c) 2011 Flippa.com Pty. Ltd.