Thanks to visit codestin.com
Credit goes to github.com

Skip to content

My first exploration into the GoDaddy API to query domains I own etc.

Notifications You must be signed in to change notification settings

jrobertson/godaddy23

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introducing the GoDaddy23 gem

require 'godaddy23'

apikey, secret = 'YOUR-API-KEY', 'secret'
domain = 'yourdomain.com'

gd = GoDaddy23::Domains.new(apikey, secret)
r = gd.details domain
puts r.inspect

Resources

godaddy api domain dns

About

My first exploration into the GoDaddy API to query domains I own etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages