You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To avoid hitting the GitHub API rate limits (60/hour for unauthenticated, 5000/hour for authenticated), build an optional caching layer in the API route handlers. Check for cached results first before hitting the external GitHub APIs.
To avoid hitting the GitHub API rate limits (60/hour for unauthenticated, 5000/hour for authenticated), build an optional caching layer in the API route handlers. Check for cached results first before hitting the external GitHub APIs.