HttpUtils

fmgp.did.method.prism.HttpUtils
See theHttpUtils companion object
case class HttpUtils(client: Client, scope: Scope)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def getSeqT[T](url: String)(using decoder: JsonDecoder[T], classTag: ClassTag[T]): Task[Seq[T]]
def getT[T](url: String)(using decoder: JsonDecoder[T], classTag: ClassTag[T]): Task[T]

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product