Tuesday, October 27, 2015

Re: Amazon.com API



On Mon, Oct 26, 2015 at 4:31 PM, <jay.verstreater@gmail.com> wrote:
First, I want to know if its possible to search for a product on Amazon.com and before returning the product cost, do a calculation and then spit out the result on my website. Can anyone explain in detail for an absolute beginner how this works? Thanks in advance!

IDK about api allow this, i will asume this exists.

Its OT but, basically all APIs works with REsT and you can use any library to consume this data, i recommend you use requests, so then you can write your djangoapp, connect with Amazon API and then automagic you got the search.

When you get question about your django app working with this API feel free to post here :-)
 

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/846b5066-5e82-46b3-97c9-9a4cf4e80dc7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CA%2B16coO3DyV9W7Pat23P8S9%2BYZfRfhsLNGwHdhcLMME3X74xxw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment