Ejemplo n.º 1
0
        public static List <AmazonItem> Search(string search = "X-men", string index = "DVD", string page = "1")
        {
            List <AmazonItem> items = new List <AmazonItem>();

            err        = "";
            err2       = "";
            xml_source = "";
            string myurl = AmazonProductAPI.GetMyURL(search, index, toint(page));

            return(getItems(myurl));
        }