We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 REST API の Rate Limit は 60 回/時間に制限されており、コンテンツが増えた場合に制約が厳しく、コンテンツを正常に見られない可能性がある。 OAuth Apps でユーザー認証することにより、ユーザーごとに 5,000 回/時間となり、通常の閲覧であれば十分となる。
トークンエンドポイントが CORS 対応していないため、バックエンドサーバーが存在しない本アプリケーションではトークンを取得することができない。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
概要
認証しない状態で GitHub REST API の Rate Limit は 60 回/時間に制限されており、コンテンツが増えた場合に制約が厳しく、コンテンツを正常に見られない可能性がある。 OAuth Apps でユーザー認証することにより、ユーザーごとに 5,000 回/時間となり、通常の閲覧であれば十分となる。
現状の課題
トークンエンドポイントが CORS 対応していないため、バックエンドサーバーが存在しない本アプリケーションではトークンを取得することができない。
The text was updated successfully, but these errors were encountered: