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 save rate limit hits, GitHub recommends using conditional requests, so that when nothing changes, no data is returned (only a special code). Look into using either a built-in solution (NSURLCache) or writing something from scratch. This will help to save a significant portion of now-consumed hits, allowing for a bright future with multiple project support and more features, while staying safely under the rate limit.
The text was updated successfully, but these errors were encountered:
To save rate limit hits, GitHub recommends using conditional requests, so that when nothing changes, no data is returned (only a special code). Look into using either a built-in solution (
NSURLCache
) or writing something from scratch. This will help to save a significant portion of now-consumed hits, allowing for a bright future with multiple project support and more features, while staying safely under the rate limit.The text was updated successfully, but these errors were encountered: