All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.cognite.sdk.scala.common.Resource.scala Maven / Gradle / Ivy

There is a newer version: 2.31.882
Show newest version
// Copyright 2020 Cognite AS
// SPDX-License-Identifier: Apache-2.0

package com.cognite.sdk.scala.common

import com.cognite.sdk.scala.v1.RequestSession
import sttp.model.Uri

object Resource {
  val defaultLimit: Int = 1000
}

trait BaseUrl {
  val baseUrl: Uri
}

trait WithRequestSession[F[_]] {
  val requestSession: RequestSession[F]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy