maxcutler / python-wordpress-xmlrpc

Python library for WordPress XML-RPC integration
http://python-wordpress-xmlrpc.rtfd.org
MIT License
382 stars 130 forks source link

You can't get a post by its slug, right? #129

Open formido opened 5 years ago

formido commented 5 years ago

Something like this:

blog_client.call(posts_methods.GetPosts({'slug': slug}))

...just gets me a list of 10 posts.