priestd09 / python-blogger

Automatically exported from code.google.com/p/python-blogger
0 stars 0 forks source link

Implement missing wordpress api #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
http://codex.wordpress.org/XML-RPC_wp

we miss

wp.getTags 
wp.getPageTemplates 
wp.deleteComment 
wp.editComment 
wp.newComment 
wp.getCommentStatusList 
wp.getCategories (maybe) 
wp.getComments 

that's all! 

Original issue reported on code.google.com by walter.php on 27 Aug 2009 at 3:31

GoogleCodeExporter commented 8 years ago

$ svn export -r10 http://python-blogger.googlecode.com/svn/trunk/pyblog pyblog
$ patch pyblog/pyblog/__init__.py < pyblog-paiti.patch

Patch is attached

http://syntaxsugar.cz/code/pyblog-patch/

Original comment by jaromir.fojtu on 11 Sep 2010 at 2:39

Attachments: