object GitLfs

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GitLfs
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Action(href: String, header: Map[String, String] = Map.empty, expires_at: Date) extends Product with Serializable
  2. case class Actions(download: Option[Action] = None, upload: Option[Action] = None) extends Product with Serializable
  3. case class BatchRequest(operation: String, transfers: Seq[String], objects: Seq[BatchRequestObject]) extends Product with Serializable
  4. case class BatchRequestObject(oid: String, size: Long) extends Product with Serializable
  5. case class BatchResponseObject(oid: String, size: Long, authenticated: Boolean, actions: Actions) extends Product with Serializable
  6. case class BatchUploadResponse(transfer: String, objects: Seq[BatchResponseObject]) extends Product with Serializable
  7. case class Error(message: String) extends Product with Serializable