Method: Mints::Pub#get_stories
- Defined in:
- lib/pub.rb
#get_stories(options = nil) ⇒ Object
Get Stories.
Get a collection of stories
Parameters
-
options- [Hash] List of Resource collection Options shown above can be used as parameter
138 139 140 |
# File 'lib/pub.rb', line 138 def get_stories( = nil) return @client.raw("get", "/content/stories", ) end |