[PR #36] [MERGED] Integrate official hackernews API p1 #62

Closed
opened 2026-03-14 12:30:08 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/aome510/hackernews-TUI/pull/36
Author: @aome510
Created: 5/30/2021
Status: Merged
Merged: 5/30/2021
Merged by: @aome510

Base: mainHead: integrate-official-HN-APIs


📝 Commits (5)

  • 12dbcfd disable search_by_date for front_page stories
  • 7db7aeb use HN official API to get front_page stories
  • 38818e0 minor wording changes
  • 6a1d0a8 Merge branch 'main' into integrate-official-HN-APIs
  • b7d0eef minor wording change

📊 Changes

5 files changed (+99 additions, -3 deletions)

View changed files

📝 src/hn-tui-default.toml (+1 -1)
📝 src/hn_client.rs (+88 -0)
📝 src/main.rs (+5 -1)
📝 src/view/help_view.rs (+1 -1)
📝 src/view/story_view.rs (+4 -0)

📄 Description

  • use the official API to render Story View - Front Page

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/aome510/hackernews-TUI/pull/36 **Author:** [@aome510](https://github.com/aome510) **Created:** 5/30/2021 **Status:** ✅ Merged **Merged:** 5/30/2021 **Merged by:** [@aome510](https://github.com/aome510) **Base:** `main` ← **Head:** `integrate-official-HN-APIs` --- ### 📝 Commits (5) - [`12dbcfd`](https://github.com/aome510/hackernews-TUI/commit/12dbcfd21306e0665b64b9006cd3b0fb98d67214) disable search_by_date for front_page stories - [`7db7aeb`](https://github.com/aome510/hackernews-TUI/commit/7db7aebb46fa6d27d43be0d1e4f4c6271a227624) use HN official API to get front_page stories - [`38818e0`](https://github.com/aome510/hackernews-TUI/commit/38818e06e4c641840f04db0b1f9972f6c84ed869) minor wording changes - [`6a1d0a8`](https://github.com/aome510/hackernews-TUI/commit/6a1d0a8822247b21620986e626de6f003007b237) Merge branch 'main' into integrate-official-HN-APIs - [`b7d0eef`](https://github.com/aome510/hackernews-TUI/commit/b7d0eef06d5dccba911ca4384d7d80bb0750f2e1) minor wording change ### 📊 Changes **5 files changed** (+99 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/hn-tui-default.toml` (+1 -1) 📝 `src/hn_client.rs` (+88 -0) 📝 `src/main.rs` (+5 -1) 📝 `src/view/help_view.rs` (+1 -1) 📝 `src/view/story_view.rs` (+4 -0) </details> ### 📄 Description - use the official API to render `Story View - Front Page` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-14 12:30:08 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hackernews-TUI#62
No description provided.