Hacker News new | ask | show | jobs
by kiwidrew 1107 days ago
What are your thoughts on handling the authenticated portions of the API? For example, retrieving the list of subreddits a user is currently subscribed to? Or posting a comment / checking the user's inbox?
1 comments

My thoughts are: the read-only unathenticated API should cover 80% of the API usage for apps. If there is adoption I will think about the authenticated portions.