Test a SNOMED CT endpoint

snomed_endpoint_test(endpoint, branch)

Arguments

endpoint

URL of a SNOMED CT Terminology Server REST API endpoint

branch

a character string of a branch name

Value

a boolean indicating whether the endpoint passed the test

Examples

snomed_endpoint_test(
  endpoint = "https://snowstorm.ihtsdotools.org/snowstorm/snomed-ct",
  branch = "MAIN"
)
#> [1] TRUE