Project

domainr

0.01
No commit activity in last 3 years
No release in over 3 years
Ruby wrapper for the Domainr API
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.0

Runtime

~> 1.0
~> 1.0
 Project Readme

domainr

Ruby wrapper for the Domainr API.

Installation

gem install domainr

Usage

Instantiate a new client:

client = Domainr::Client.new(mashape_key: 'abcdefghijklmnopqrstuvwxyz')

If you are using Domainr's high volume API endpoints, you can pass a client_id and endpoint instead:

client = Domainr::Client.new(client_id: '123456789', endpoint: 'https://api.domainr.com')

Once configured, you can use the Domainr::Client to retrieve information about a domain:

client.status('google.com')

You can also search Domainr based on a search term:

client.search('twitter')

Documentation

http://rdoc.info/gems/domainr

Contributing

Pull requests welcome: fork, make a topic branch, commit (squash when possible) with tests and I'll happily consider.

Copyright

Copyright (c) 2016 Steve Agalloco. See LICENSE for detail