Hackernews
Learn how to use Hackernews with Composio
Overview
Enum
HACKERNEWS
Description
Hacker News is a tech-focused news aggregator by Y Combinator, featuring user-submitted stories and discussions on startups, programming, and emerging trends
Authentication Details
Actions
HACKERNEWS_GET_FRONTPAGE
Action Parameters
min_points
Action Response
data
error
successful
HACKERNEWS_GET_ITEM_WITH_ID
Action Parameters
item_id
max_children
max_depth
truncate_text
Action Response
data
error
successful
HACKERNEWS_GET_LATEST_POSTS
Action Parameters
page
size
tags
Action Response
data
error
successful
HACKERNEWS_GET_TODAYS_POSTS
Action Parameters
min_points
Action Response
data
error
successful
HACKERNEWS_GET_USER
Action Parameters
username
Action Response
data
error
successful
HACKERNEWS_SEARCH_POSTS
Action Parameters
page
query
size
tags
Action Response
data
error
successful