new_code_repo_release: Post entry to code_repo_release table

View source: R/new_code_repo_release.R

new_code_repo_releaseR Documentation

Post entry to code_repo_release table

Description

Upload information to the code_repo_release table in the data registry

Usage

new_code_repo_release(
  name,
  version,
  object_url,
  website,
  endpoint = "http://localhost:8000/api/"
)

Arguments

name

a string specifying the name of an official release of code

version

a string specifying the version release (conforming with semantic versioning syntax)

object_url

a string specifying the URL of an object

website

(optional) a string specifying the URL of the website for this code release

endpoint

a string specifying the registry endpoint

See Also

Other new functions: new_author(), new_code_run(), new_data_product(), new_external_object(), new_file_type(), new_issue(), new_keyword(), new_licence(), new_namespace(), new_object_component(), new_object(), new_quality_controlled(), new_storage_location(), new_storage_root(), new_user_author()


ScottishCovidResponse/hdf5processing documentation built on July 19, 2023, 10:46 a.m.