ObjectStoreRead

uk.gov.hmrc.objectstore.client.http.ObjectStoreRead
trait ObjectStoreRead[F[_], RES, RES_BODY]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ObjectStoreRead[F, RES, RES_BODY]

Members list

Value members

Abstract methods

def consume(response: RES): F[Unit]
def toObject(location: String, response: RES): F[Option[Object[RES_BODY]]]
def toObjectListing(response: RES): F[ObjectListing]