go-namecheap icon indicating copy to clipboard operation
go-namecheap copied to clipboard

Support extended attributes

Open j-mie opened this issue 7 years ago • 1 comments

Some of these are required to register domain names such as .eu: https://www.namecheap.com/support/api/extended-attributes.aspx

j-mie avatar May 25 '18 09:05 j-mie

I added some in this PR: https://github.com/billputer/go-namecheap/pull/21

It'd be nice if there was a way to add them without them needed to be hardcoded in a struct. @billputer would you consider replacing the struct with a map[string]string?

j-mie avatar Jul 26 '18 21:07 j-mie