dphiffer / wp-json-api

WordPress JSON API
http://wordpress.org/extend/plugins/json-api/
258 stars 181 forks source link

Added query params support #1

Open crgwbr opened 13 years ago

crgwbr commented 13 years ago

I've added a few lines to enabled finer control over post queries, by allowing post_status, category, and tag filtering from any o the list methods (like get_category_posts). This allows calls to make complex queries like: get posts from a certain category that also have a certain tag and aren't yet published.