jasonknight / woocommerce-json-api

A simple, Abstract JSON API for Wordpress' Awesome Plugin: WooCommerce
58 stars 21 forks source link

get_supported_attributes specifies "id" for "Category" #38

Closed michaelfranzl closed 10 years ago

michaelfranzl commented 11 years ago
 "Category": {
        "id": {
          "name": "term_id",
          "type": "number",
          "sizehint": 1
        },

Not sure if this is intentional, but I don't think so because Category is the only class that has a supported id attribute.