Coder Social home page Coder Social logo

No results returned about apai-io HOT 5 CLOSED

exeu avatar exeu commented on May 25, 2024
No results returned

from apai-io.

Comments (5)

cyrrill avatar cyrrill commented on May 25, 2024

All prices in the Amazon API need to be integers, representing cents.

Try again with 3698, instead of 36.982, and see if it works.

from apai-io.

3zzy avatar 3zzy commented on May 25, 2024

Ohk, tried bcmul($price, 100) but still no results. Also weird that it doesn't let me set MinPrice with All (When SearchIndex equals All, MinimumPrice cannot be present)

from apai-io.

cyrrill avatar cyrrill commented on May 25, 2024

Hard to tell without running it locally to debug. Try the query here:
https://associates-amazon.s3.amazonaws.com/scratchpad/index.html
You can add additional parameters in the "Request" tab.
If you can't get results as expected here either, it's an Amazon issue rather than the API library.

from apai-io.

soltrinox avatar soltrinox commented on May 25, 2024

setBrand is not defined?

from apai-io.

cyrrill avatar cyrrill commented on May 25, 2024

It's not defined in the Search class per se, but if you look at the parent from which it extends from, AbstractOperation: you will see that it implements the functionality using the PHP magic __call() method:

https://github.com/Exeu/apai-io/blob/master/lib/ApaiIO/Operations/AbstractOperation.php#L57
https://secure.php.net/manual/en/language.oop5.overloading.php#object.call

from apai-io.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.