module Github::RateLimit

def ratelimit_remaining

def ratelimit_remaining
  get_request("/rate_limit").rate.remaining
end