listVersions

suspend override fun listVersions(sessionKey: SessionKey, filename: String): List<Int>

Lists all the versions (as revision IDs) of an artifact.

Return

A list of integer version numbers

Parameters

sessionKey

identifies the user and session the operation is scoped to.

filename

the artifact filename; a user: prefix addresses the user scope instead.