See https://developer.github.com/v3/. Steps involved: 1. Specify some API endpoints on Servant. Test that an existing github api client can talk to it. 2. Implement API endpoints by simply forwarding to the actual github api. 3. Add caching (#19) that is updated via the github web hook.