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
With basic auth still hit an hourly rate limit. Does grip hit their API on every refresh just to make sure styles are up-to-date? What if I refresh 20 seconds later, I don't think the API changed much.
Is there a way to just use the last version of the styles it fetched? Maybe an --offline flag? Could run grip offline and use whatever styles it grabbed last - no more rate limit.
Is that possible?
Note, I did read this and that's why I wonder if it hits their API on every refresh.
Grip strives to be as close to GitHub as possible. To accomplish this, grip uses GitHub's Markdown API so that changes to their rendering engine are reflected immediately without requiring you to upgrade grip. However, because of this you may hit the API's hourly rate limit. If this happens, grip offers a way to access the API using your credentials to unlock a much higher rate limit.
The text was updated successfully, but these errors were encountered:
Hi, I think that grip is no longer maintained, so I created my own version of it in go - without the need of the github api. Check it out: https://github.com/chrishrb/go-grip. Feel free to raise issues or feature requests!
With basic auth still hit an hourly rate limit. Does grip hit their API on every refresh just to make sure styles are up-to-date? What if I refresh 20 seconds later, I don't think the API changed much.
Is there a way to just use the last version of the styles it fetched? Maybe an
--offline
flag? Could run grip offline and use whatever styles it grabbed last - no more rate limit.Is that possible?
Note, I did read this and that's why I wonder if it hits their API on every refresh.
The text was updated successfully, but these errors were encountered: