xml - Amazon API JSON Response -
i using amazon awsecommerceservice api
getting info amazon site , use them page/site.i sending rest request , response getting in xml format. there way in response in json format.have googled lot unable find exact solution.rather looking xml json parsers looking inbuilt methods/parameters can give , response accordingly. rest url looks this:
http://ecs.amazonaws.com/onca/xml?awsaccesskeyid=akiaid6rve3pnxnosvwa&associatetag=8329-3607-2382&itempage=1&keywords=famous&operation=itemsearch&responsegroup=salesrank&searchindex=books&service=awsecommerceservice&sort=salesrank×tamp=2014-03-06t06%3a19%3a33z&version=2014-02-10&signature=m8ygf4numuganuuwi44dub80oxdmemugaunkzwemoys%3d.
the above url wont work signature expired. getting response format of url when running in application. needs dying implement same last 2 days.
there python module called boto3 using response comes in json format. more info see boto3 documnentation
Comments
Post a Comment