szymanskir / hackeRnews

An R wrapper for the official Hacker News API. https://szymanskir.github.io/hackeRnews/
Other
23 stars 2 forks source link

Response validation #10

Closed szymanskir closed 4 years ago

szymanskir commented 4 years ago

Adds a response validation mechanism. It turned out that a malformed request might return a 200 HTTP code and an empty response.

Fixes #9