Last active
August 29, 2015 14:13
-
-
Save petk/abab364f17a36b85f237 to your computer and use it in GitHub Desktop.
Example usage for https://github.com/davidtsadler/ebay-sdk
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$loader = require_once __DIR__.'/vendor/autoload.php'; | |
/** | |
* The namespaces provided by the SDK. | |
*/ | |
use \DTS\eBaySDK\Constants; | |
use \DTS\eBaySDK\Finding\Services; | |
use \DTS\eBaySDK\Finding\Types; | |
// your code |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment