Home
Find the answer to your question
Java Code Samples: Listing Recommendation Services API
INTRODUCTION
=============
The included github link contains code samples for the Listing Recommendations Service API developed in eclipse using the HTTPCLient
INSTRUCTIONS
=============
Please make sure that you have JDK 1.6 or higher.
1. Unzip the file to the location of your choice.
2. Open eclipse workspace and import the project.
3. Include the jar present in the \external-jars folder to the project classpath
4. Now build the project and run each sample as a Java application.
OR
You can run the application from command line too. Make sure to include the jars present in the \external-jars in the classpath while running the samples.
The Code samples are located at: https://github.com/eBayDeveloper/eBay_APICall_CodeSamples/tree/master/ListingRecommendationServices/General/ListingRecommendationServices-JAVA
At present, you can only pull samples from the repositories on github and not contribute to the existing samples