billputer / go-namecheap

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

Support extended attributes #19

Open j-mie opened 6 years ago

j-mie commented 6 years ago

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

j-mie commented 5 years ago

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?