This gem allows you to interact with the name.com api via ruby.
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
-
MORE DOCUMENTAION
-
Add Contact model for contact creation and possible validation
-
Include expected responses in mocks