Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replicate the GitHub API with cache #43

Open
iphydf opened this issue Jan 4, 2017 · 0 comments
Open

Replicate the GitHub API with cache #43

iphydf opened this issue Jan 4, 2017 · 0 comments

Comments

@iphydf
Copy link
Member

iphydf commented Jan 4, 2017

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 (Add caching for GitHub data. #19) that is updated via the github web hook.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant