Method: Mints::Pub#get_taxonomies
- Defined in:
- lib/pub.rb
#get_taxonomies(options = nil) ⇒ Object
Get Taxonomies.
Get a collection of taxonomies.
Parameters
-
options- [Hash] List of Resource collection Options shown above can be used as parameter
305 306 307 |
# File 'lib/pub.rb', line 305 def get_taxonomies( = nil) return @client.raw("get", "/config/taxonomies", ) end |