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

caliban.tools.stitching.package.scala Maven / Gradle / Ivy

package caliban.tools

import caliban.{ CalibanError, ResponseValue }

import sttp.client3._

package object stitching {
  type HttpRequest = RequestT[Identity, Either[CalibanError.ExecutionError, ResponseValue], Any]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy