Listing

com.worxbend.codeberg4s.repositories.wire.RepositoryContentDto.Listing
final case class Listing(entries: Vector[ContentEntryDto])

The body was a JSON array: the path addressed a directory.

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

Converts to the domain.

Converts to the domain.

Fails when the body was neither a JSON object nor a JSON array of objects, and when any entry could not be converted — the latter at the entry's own path, index included for a directory.

Attributes

Inherited from:
RepositoryContentDto