go-amazon-product-api
go-amazon-product-api copied to clipboard
Wrapper for the Amazon Product Advertising API
Results
1
go-amazon-product-api issues
Sort by
recently updated
recently updated
newest added
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[]...