Method: Mints::Pub#get_content_templates

Defined in:
lib/pub.rb

#get_content_templates(options = nil) ⇒ Object

Get Content Templates.

Get a collection of content templates

Parameters



96
97
98
# File 'lib/pub.rb', line 96

def get_content_templates(options = nil)
  return @client.raw("get", "/content/content-templates", options)
end