Method: Mints::Pub#get_categories

Defined in:
lib/pub.rb

#get_categories(options = nil) ⇒ Object

Get categories.

Get a collection of categories.

Parameters



253
254
255
# File 'lib/pub.rb', line 253

def get_categories(options = nil)
  return @client.raw("get", "/config/categories", options)
end