oc_info_organization_properties: Query Opencast current organization's properties

View source: R/oc_info_organization_properties.R

oc_info_organization_propertiesR Documentation

Query Opencast current organization's properties

Description

Returns the current organization's properties.

Usage

oc_info_organization_properties()

Details

This function expects the hostname, username and password to be set as environment variables.

Value

A list containing the current organization's properties.

Examples

Sys.setenv(OPENCAST_HOST = "https://legacy.opencast.org")
Sys.setenv(OPENCAST_USERNAME = "admin")
Sys.setenv(OPENCAST_PASSWORD = "opencast")

oc_info_organization_properties()

ebbertd/opencastR documentation built on March 23, 2022, 10:11 p.m.