Skip to content

Added RequestString method

Latest
Compare
Choose a tag to compare
@finedesignz finedesignz released this 11 Mar 15:11
· 1 commit to master since this release

When using this package with other API packages, such as ebay-sdk, php blocks each curl process until the previous one is completed. Curl multi-request allows php to simultaneously make multiple API requests without blocking.

To utilize this feature, the ability to return just the request string alone was needed.

$queryString = $apaiIO->getRequestString($search);

Read more about Apai-IO here:
https://github.com/exeu/apai-io