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

Github API 제한 (시간당 60번) #42

Open
kimsanghoon1 opened this issue Nov 20, 2019 · 3 comments
Open

Github API 제한 (시간당 60번) #42

kimsanghoon1 opened this issue Nov 20, 2019 · 3 comments

Comments

@kimsanghoon1
Copy link
Collaborator

For API requests using Basic Authentication or OAuth, you can make up to 5000 requests per hour. Authenticated requests are associated with the authenticated user, regardless of whether Basic Authentication or an OAuth token was used. This means that all OAuth applications authorized by a user share the same quota of 5000 requests per hour when they authenticate with different tokens owned by the same user.

For unauthenticated requests, the rate limit allows for up to 60 requests per hour. Unauthenticated requests are associated with the originating IP address, and not the user making requests.

@kimsanghoon1
Copy link
Collaborator Author

Github login 필요할듯싶음.

@kimsanghoon1
Copy link
Collaborator Author

github access token 입력하도록 처리함

@kimsanghoon1
Copy link
Collaborator Author

https://github.com/settings/tokens

이곳에서 token 발행받아 prompt쪽에 작성

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