dracor_api_info: Retrieve 'DraCor' API info

View source: R/core.R

dracor_api_infoR Documentation

Retrieve 'DraCor' API info

Description

dracor_api_info() returns information about 'DraCor' API: name of the API, status, existdb version, API version etc.

Usage

dracor_api_info(dracor_api_url = NULL)

get_dracor_api_url()

set_dracor_api_url(new_dracor_api_url)

Arguments

dracor_api_url

Character, 'DraCor' API URL. If NULL (default), the current 'DraCor' API URL is used.

new_dracor_api_url

Character, 'DraCor' API URL that will replace the current 'DraCor' API URL.

Functions

  • get_dracor_api_url(): Returns 'DraCor' API URL in use

  • set_dracor_api_url(): Set new 'DraCor' API URL (globally), returns NULL

See Also

dracor_api

Examples

dracor_api_info()
dracor_api_info("https://staging.dracor.org/api")
get_dracor_api_url()

Pozdniakov/rdracor documentation built on April 9, 2024, 1:20 a.m.