fetchVersions

suspend fun fetchVersions(): Result<List<ServiceVersionInfo>>

Gets a list of all versions on the service. If the service isn't branch versioned, an ErrorType.MappingBranchVersioningNotSupportedByService is thrown.

Return

A Result that returns a ListImpl containing all visible versions on the service.