DOCUMENTATION

See rpc.ote.gandi.net/doc/2.0/

API endpoint:

Feel free to fork it and fix it you need to.

USAGE

require ‘gandi’

# test env api = Gandi::Session.new(“24-character API key”, “rpc.ote.gandi.net/xmlrpc/”)

api.domain.list api.domain.info(‘mydomain.com’) api.hosting.list api.catalog.list(product: ‘domains’) …

# production env api = Gandi::Session.new(“24-character API key”) api.domain.list api.domain.info(‘mydomain.com’) api.hosting.list api.catalog.list(product: ‘domains’) …