Skip to content

API wrapper for ARIN's REST interface to Rwhois/POC/ASN data

License

Notifications You must be signed in to change notification settings

seeingidog/arin-whois

Repository files navigation

arin-whois

<img src=“https://secure.travis-ci.org/seeingidog/arin-whois.png?branch=master” alt=“Build Status” />

Ruby wrapper for ARIN’s REST interface to whois/POC data. Currently only implements read-only, not provisioning requests.

Installation

gem install arin-whois

Example

>> ARIN::ASN.find(32244)
=> #<Hashie::Mash @termsOfUse="https://www.arin.net/whois_tou.html" @xmlns=#<Hashie::Mash $="http://www.arin.net/whoisrws/core/v1" ns2="http://www.arin.net/whoisrws/rdns/v1" ns3="http://www.arin.net/whoisrws/netref/v2"> endAsNumber=#<Hashie::Mash $="32244"> handle=#<Hashie::Mash $="AS32244"> name=#<Hashie::Mash $="LIQUID-WEB-INC"> orgRef=#<Hashie::Mash $="http://whois.arin.net/rest/org/LQWB" @handle="LQWB" @name="Liquid Web, Inc."> ref=#<Hashie::Mash $="http://whois.arin.net/rest/asn/AS32244"> registrationDate=#<Hashie::Mash $="2004-03-26T14:25:08-05:00"> startAsNumber=#<Hashie::Mash $="32244"> updateDate=#<Hashie::Mash $="2012-02-24T09:44:34-05:00">>

Copyright © 2011 Ian Morgan. See LICENSE.txt for further details.

About

API wrapper for ARIN's REST interface to Rwhois/POC/ASN data

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages