maxcutler / wp-xmlrpc-rest-wrapper

Experimental REST-style wrapper for WordPress XML-RPC API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrapper of the WordPress XML-RPC API to expose it as a JSON RESTful API.

Note: this is an experiment from WordCamp NYC 2014 and should not be used for production.

Install

  1. Clone repo
  2. pip install -r requirements.txt
  3. Modify the wp variable initialization at beginning of wp-rest.py file to match your server URL and credentials.
  4. python wp-rest.py

About

Experimental REST-style wrapper for WordPress XML-RPC API

License:MIT License


Languages

Language:Python 100.0%