history_swh: return the history of archive events of a given software...

View source: R/software-heritage.R

history_swhR Documentation

return the history of archive events of a given software repository

Description

Note that unlike the generic history method, SWH history is repo-specific rather than content-specific. An archive event adds all content from the repo to the Software Heritage archival snapshot at once. Any individual file can still be referenced by its content identifier.

Usage

history_swh(origin_url, host = "https://archive.softwareheritage.org", ...)

Arguments

origin_url

The url address to a GitHub, GitLab, or other recognized repository origin

host

the domain name for the Software Heritage API

...

additional arguments

See Also

history, store_swh, sources_swh

Examples



history_swh("https://github.com/CSSEGISandData/COVID-19")



cboettig/contenturi documentation built on Oct. 25, 2023, 10:37 a.m.