File

com.worxbend.codeberg4s.repositories.RepositoryContent.File
final case class File(entry: ContentEntry)

The path addressed a single entry, and the response was a JSON object.

Named for the overwhelmingly common case, but it carries a whole ContentEntry because the object arm is also what a symlink and a submodule come back as. Match on entry when that distinction matters.

Attributes

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

An iterator over the names of all the elements of this product.

An iterator over the names of all the elements of this product.

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

An iterator over all the elements of this product.

An iterator over all the elements of this product.

Attributes

Returns

in the default implementation, an Iterator[Any]

Inherited from:
Product