module Github::Result

def ratelimit

Requests are limited to API v3 to 5000 per hour.
def ratelimit
  loaded? ? @env[:response_headers][RATELIMIT] : nil
end