Skip to contents

This function retrieves basic information such as the title and version of the Annif API.

Usage

get_annif_api_info()

Value

A list containing the title and version of the API.

Examples

api_info <- get_annif_api_info()
print(api_info)
#> $title
#> [1] "Annif REST API"
#> 
#> $version
#> [1] "1.1.0"
#>