class Coveralls::API

def endpoint_to_uri(endpoint)

def endpoint_to_uri(endpoint)
  URI.parse("#{API_BASE}/#{endpoint}")
end