2 comments

[ 3.1 ms ] story [ 17.4 ms ] thread
With Apollo releasing their backend source which has all the Reddit API calls in `client.go`, what are people's thoughts on building an API bridge (take in a Reddit API call, translate and make a HN call) so some of these apps could live on?
Hacker News already has an API, and it's read only and extremely minimalist[0].

I think you would be better off writing a new HN client entirely rather than spending most of your time deleting stuff from Apollo that wouldn't even work here.

[0]https://github.com/HackerNews/API