zachfeldman / rubypress

Ruby interface for the WordPress XMLRPC API. Follows standard XML-RPC Documentation closely.
201 stars 55 forks source link

How can I get categories? #52

Closed ghost closed 7 years ago

ghost commented 7 years ago

I am not getting any method to get all categories.

zachfeldman commented 7 years ago

No such thing as a "categories" API method, you're looking for taxonomies: https://github.com/zachfeldman/rubypress/blob/master/lib/rubypress/taxonomies.rb

good luck!