t3chnoboy / amazon-product-api

:credit_card: Amazon Product Advertising API client
365 stars 104 forks source link

Synchronous Methods #40

Closed sreeraghuparuchuri-zz closed 7 years ago

sreeraghuparuchuri-zz commented 8 years ago

Can this be made simpler with Synchronous methods?

m-lautenbach commented 8 years ago

This is making http calls to the Amazon servers. These can't be made synchronous. You can cache the results though.