Method: Mints::Pub#get_taxonomy
- Defined in:
- lib/pub.rb
#get_taxonomy(slug, options = nil) ⇒ Object
Get Taxonomy.
Get a single taxonomy
Parameters
-
slug- [String] It’s the string identifier generated by Mints -
options- [Hash] List of Single Resource Options shown above can be used as parameter
316 317 318 |
# File 'lib/pub.rb', line 316 def get_taxonomy(slug, = nil) return @client.raw("get", "/config/taxonomies/#{slug}", ) end |