class Envirobly::Api

def api_url_for(path)

def api_url_for(path)
  URI::HTTPS.build(host: HOST, path: "/api/#{path}")
end