getProjectMetadata.Rd
Retrieve metadata for a project from an ArtifactDB using its REST endpoints.
getProjectMetadata(project, url, version = NULL)
String containing the name of a project.
String containing the URL of the ArtifactDB REST endpoint.
String specifying the version or revision of the project for which to retrieve metadata.
A list is returned containing metadata for all files from a project.
If version
is specified, files are only returned for that version of the project.
getFileMetadata
, to get metadata for a specific file.