Method: Mints::Pub#get_tags

Defined in:
lib/pub.rb

#get_tags(options = nil) ⇒ Object

Get Tags.

Get a collection of tags.

Parameters


274
275
276
# File 'lib/pub.rb', line 274

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