Gem Version Build Status Dependency Status Coverage Status

RipeDbClient

This GEM is an interface to the RIPE Database API, using their RESTFUL access service

Installation

Add this line to your application's Gemfile:

gem 'ripe_db_client'

And then execute:

$ bundle

Or install it yourself as:

$ gem install ripe_db_client

Usage

Create a Client Object

client = RipeDbClient::Query.new

Lookup a database object by type, and reference

some_hash = client.lookup('mntner','RIPE-DBM-MNT')

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request