Sha256: ffba8572bc4d8684d30f6963165dec00997586040807060074030ddd6f9ce61e
Contents?: true
Size: 1.13 KB
Versions: 3
Compression:
Stored size: 1.13 KB
Contents
# Hexillion API Client Gem for Ruby [](https://travis-ci.org/flippa/hexillion) This gem provides a basic Ruby wrapper for the [Hexillion Whois API](http://hexillion.com/whois/). It is largely based on the [Quova gem](http://github.com/d11wtq/quova/) 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 - [Source](https://github.com/flippa/hexillion) - [Issues](https://github.com/flippa/hexillion/issues) ## 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.
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
hexillion-1.4.0 | README.md |
hexillion-1.3.0 | README.md |
hexillion-1.2.0 | README.md |