python-wordpress-xmlrpc
python-wordpress-xmlrpc copied to clipboard
You can't get a post by its slug, right?
Something like this:
blog_client.call(posts_methods.GetPosts({'slug': slug}))
...just gets me a list of 10 posts.