samdroid-apps / something-for-reddit

A Reddit Client For GNOME (with Gtk+ and Python)
GNU General Public License v3.0
162 stars 14 forks source link

HackerNews support #71

Open samdroid-apps opened 6 years ago

samdroid-apps commented 6 years ago

docs: https://github.com/HackerNews/API

The api is a bit odd. You have to make a HTTP request for every comment/news item individually. So you get a list of empty values (just IDs), then make another request for every value to fill them.