Does the Hacker News API have auth documentation?
I created a Hacker News iOS app using the Hacker News API (https://github.com/HackerNews/API). I'd really like to add login, commenting, upvoting, etc. but I haven't found any great documentation. Is there any resource or project available that outlines the undocumented endpoints of the Hacker News API?
Yes, another problem I think with the API is that it returns HTML code for comments, rather than the raw code that the user entered, which would be better I think; have the client to convert it to whatever format you need instead.