Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 995 Bytes

Stories.md

File metadata and controls

25 lines (18 loc) · 995 Bytes

AylienNewsApi::Stories

Properties

Name Type Description Notes
next_page_cursor String The next page cursor [optional]
stories Array<Story> An array of stories [optional]
published_at_end DateTime The end of a period in which searched stories were published [optional]
published_at_start DateTime The start of a period in which searched stories were published [optional]
warnings Array<Warning> Notifies about possible issues that occurred when searching for stories [optional]

Code Sample

require 'AylienNewsApi'

instance = AylienNewsApi::Stories.new(next_page_cursor: null,
                                 stories: null,
                                 published_at_end: null,
                                 published_at_start: null,
                                 warnings: null)