RemoteDataSource

fun RemoteDataSource(uri: URI, vararg subPath: String)

Create a new instance with the subPath as vararg.

Parameters

uri

The remote URI.

subPath

The file path below the root uri.

fun RemoteDataSource(uri: URI, path: List<String>)