billputer / go-namecheap

A Go library for using the Namecheap API
MIT License
49 stars 28 forks source link

Add support for ssl.getInfo, ssl.getApproverEmailList and ssl.ResendApproverEmailList #23

Closed dselans closed 2 years ago

dselans commented 5 years ago

Both are tested.

  1. I wrote SslGetApproverEmailList before actually trying it - turns out it is crazy slow (as in >20s). Use at your own risk.
  2. Namecheap's ssl.getInfo has a less than optimal response structure (ie. Certificates -> []Certificate -> CaCertificates -> Certificate -> []Certificate). It works, but if the structs look weird, that's why.