bennyguitar / libHN

The definitive Objective-C library for adding HackerNews to your iOS/Mac app.
MIT License
150 stars 26 forks source link

Avoid getting comments for job posts #49

Closed weiran closed 6 years ago

weiran commented 7 years ago

HN job posts don’t allow comments and always return “No such item” from the API. This currently causes loadPostsWithUrlAddition:completion: to return a single comment with nil properties. This instead returns a nil object and avoids the network request.