Open tejado opened 8 years ago
i know it is already 1.5h years but i'd really love to see this documentation :+1: tbh i do not really get the original documentation, e.g. what is really needed to create a new post with pictures and the like.
Seems they removed the documentation. I will check it!
Hi
I also try the CreateAd-Request for some time. I only get the following error message:
<? xml version = \ "1.0 \" encoding = \ "UTF-8 \" standalone = \ "yes \"?> <api-base-error xmlns = \ "http: //www.ebayclassifiedsgroup.com/schema/types/v1 \" http-status-code = \ "400 \">
any update on this? i'd love to be able to create ads with images :+1:
I've a jinja2 template for creating the xml from a dict. I could inline it into the ebk_client. Are you interested?
@felixb totally! a gist would be fine as well
is there any way to get the documentation for the api? Every link I found gets me a 404 error.
Edit: What I am trying to do is create an advanced search. For that I would need to send search requests to the api, which will then be processed further. I can't seem to find a call for that, only for "my ads" which is not what I need to do. Thanks in advance :-)
You can find the doc over search engine caching or archive.org. Feel free to create a PR to archive the documentation here :)
Could someone post an ad example that can be used with create_ad? It's very important for me. The documentation under archive.org is not available anymore
@waldekwg Hi, please have a look here: https://github.com/tejado/ebk-client/issues/3 and the general documentation is still available under archive.org: https://web.archive.org/web/20160321233930/https://api.ebay-kleinanzeigen.de/docs/pages/ads
New ad's can be only created over XML. The API function create_ad is already there (which sends the input to the server) but the function/class to create the XML data is missing. It should be kept simple and no dependencies made to big XML libs...
Documentation of posting ad's: http://api.ebay-kleinanzeigen.de/docs/pages/ads#write-ad