class Envirobly::Api

def api_v1_deployments_url

def api_v1_deployments_url
  URI::HTTPS.build(host: HOST, path: "/api/v1/deployments")
end