com.cognite.sdk.scala.v1.AuthSttpBackend
Attributes
-
Graph
-
-
Supertypes
-
trait SttpBackend[F, P]
class Object
trait Matchable
class Any
Members list
Attributes
-
Definition Classes
-
SttpBackend
A monad instance for the effect type used when returning responses. Allows writing wrapper backends, which map/flatMap over the return value of send.
A monad instance for the effect type used when returning responses. Allows writing wrapper backends, which map/flatMap over the return value of send.
Attributes
-
Definition Classes
-
SttpBackend
Type parameters
-
R
-
The capabilities required by the request. This must be a subset of the the capabilities supported by the backend (which always includes Effect[F]
).
Attributes
-
Definition Classes
-
SttpBackend