DDRBoxman/go-amazon-product-api

Should genSignAndFetch() return byte[] instead of string?

sb89 opened this issue · 0 comments

sb89 commented

As it returns a string, I have to convert it back to byte[] to be able to use it in xml.Unmarshal(). Would it be better to return it as byte[] instead and then the developer can choose what to do with it?