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
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request