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

Dont use Github API for getting the diffs #1

Closed
marpo60 opened this issue Jun 20, 2017 · 3 comments
Closed

Dont use Github API for getting the diffs #1

marpo60 opened this issue Jun 20, 2017 · 3 comments

Comments

@marpo60
Copy link
Member

marpo60 commented Jun 20, 2017

Currently there is a rate limit of 60 request per hour, given we are hitting the public github api

One easy solution would be to save the diff files in this project.

@sivakumar-kailasam
Copy link
Contributor

We could probably get the released versions via GitHub releases API endpoint as a part of the offline processing as well.

@marpo60
Copy link
Member Author

marpo60 commented Jun 27, 2017

Definitely! This would be the endpoint https://developer.github.com/v3/repos/#list-tags

In fact that endpoint is the one I used to gather that list.

@marpo60
Copy link
Member Author

marpo60 commented Jul 15, 2017

Fixed #13

@marpo60 marpo60 closed this as completed Jul 15, 2017
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

2 participants