Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hexillion

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hexillion

  • 1.4.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

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.

FAQs

Package last updated on 30 Oct 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc