No commit activity in last 3 years
No release in over 3 years
This gem allows you to interact with the name.com api via ruby.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

>= 1.0.0
 Project Readme

NameDotComApi¶ ↑

This gem allows you to interact with the name.com api via ruby.

Basic Usage¶ ↑

client = NameDotComApi::Client.new(‘< username >’,‘< api_token >’, < test_mode >) response = client.check_domain(‘< domain_name >’)

  • Please see lib/name_dot_com_api/client.rb and specs for additional details on usage

TODOS¶ ↑

  • MORE DOCUMENTAION

  • Add Contact model for contact creation and possible validation

  • Include expected responses in mocks