Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1016 Bytes

File metadata and controls

28 lines (20 loc) · 1016 Bytes

HackerNewsItem

Official Hacker News item. Stories, comments, jobs, polls, and poll options share this shape.

Properties

Name Type Description Notes
id Integer
deleted Boolean [optional]
type HackerNewsItemType [optional]
by String [optional]
time Integer Unix epoch seconds [optional]
text String HTML text for comments, stories, polls, and jobs. [optional]
dead Boolean [optional]
parent Integer [optional]
poll Integer [optional]
kids List<Integer> [optional]
url String [optional]
score Integer [optional]
title String HTML title for stories, polls, and jobs. [optional]
parts List<Integer> [optional]
descendants Integer [optional]