This should primarily address the problem where rate-limiting responses cause MixHelpers.fetch_gh_contents! to return a different body which breaks other functions. After this update, the fetch function would be the one to raise, which makes the errors more informative.
This should primarily address the problem where rate-limiting responses cause
MixHelpers.fetch_gh_contents!
to return a different body which breaks other functions. After this update, the fetch function would be the one to raise, which makes the errors more informative.Fixes #7 (at least for the time being)