get_versioning: Retrieve Ensembl REST versions

View source: R/versioning.R

get_versioningR Documentation

Retrieve Ensembl REST versions

Description

This function gets the versions of the different entities involved in the REST API requests. When accessing the Ensembl REST API, you are actually accessing three interconnected entities:

  • Ensembl databases (data).

  • Perl API (software).

  • REST API (rest).

ensembl_api_versioning_wo_fonts.svg

Usage

get_versioning(verbose = FALSE, warnings = TRUE)

Arguments

verbose

Whether to be chatty.

warnings

Whether to print warnings.

Value

A named list of three elements: data, software and rest.

Examples

# Get the versions of the different entities involved in the REST API
# requests.
get_versioning()


ramiromagno/ensemblr documentation built on Sept. 5, 2024, 9:22 a.m.