utkarshkukreti / whois.ex

Pure Elixir WHOIS client and parser.
27 stars 16 forks source link

Add :status to %Whois.Record{} #8

Closed sfusato closed 6 months ago

sfusato commented 1 year ago

Adds :status field to %Whois.Record{} struct. The status of a domain name is important as it can tell if the domain name can be transferred (clientTransferProhibited), if it's expired (redemptionPeriod), if it's about to be deleted (pendingDelete) etc.