· 9 years ago · Jan 27, 2017, 10:24 PM
1var authentication = new AmazonAuthentication();
2authentication.AccessKey = "accesskey";
3authentication.SecretKey = "secretkey";
4
5var wrapper = new AmazonWrapper(authentication, AmazonEndpoint.US, "AssociateTag");
6//Harry Potter and the Cursed Child
7var result = wrapper.Lookup("978-1338099133");