Registrar Interface
check_domain, register, renew, transfer
What it is
Registrar modules implement check_domain, register_domain, renew_domain, transfer_domain, get_domain_info.
How it works
ModuleInterface execute(). Params include domain, years, etc. Returns success, available, price.
How to set up
Create module in modules/registrars/yourregistrar/. Implement actions.
Was this helpful?