Method: Mints::Pub#get_stories

Defined in:
lib/pub.rb

#get_stories(options = nil) ⇒ Object

Get Stories.

Get a collection of stories

Parameters



138
139
140
# File 'lib/pub.rb', line 138

def get_stories(options = nil)
  return @client.raw("get", "/content/stories", options)
end