listProjectVersions.Rd
List the available versions of a project.
listProjectVersions(project, url)
String containing the project name.
String containing the URL to the ArtifactDB REST API.
List containing versions
, a character vector of available versions;
and latest
, a string specifying the name of the latest version.
listProjects
, to obtain a listing of all projects.
listProjectVersions(example.project, example.url)
#> $versions
#> [1] "base" "modified"
#>
#> $latest
#> [1] "modified"
#>