Open samdroid-apps opened 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.
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.