ebay-unofficial / ebay-api

Unofficial ebay-api
http://ebay.timkilian.pl/api/
MIT License
5 stars 3 forks source link

Add sugestions #34

Open tim-kilian opened 5 years ago

tim-kilian commented 5 years ago

Use Case

Since the output of the autosug request call is not a json, it might be usefull to have it in our api.

Example request

https://autosug.ebaystatic.com/autosug?kwd=example&sId=77 /api/suggestion?keyword=example /api/suggestion?kwd=example

tim-kilian commented 5 years ago

We had to redesign the current structure for this one. There are now abstract classes EbayRequest, EbayParser for adding more different requests than the SearchRequest. There should also be an abstarction for EbayResult