Skip to contents

This function is used to obtain a list of configured folder types associated with an Integral repository.

Usage

get_folder_types(url = getOption("integral_url"))

Arguments

url

A character string representing the base URL of the Integral repository. Defaults to getOption("integral_url").

Value

A named list of items representing the folder types configured in a given repository. Additional meta information is provided inside elements of the list.

Details

The function constructs a specific URL and sends an HTTP request to this endpoint. The request includes an encoded API key in the header. The response from the server is processed to organize the folder types into a structured list, where each element contains details about the available folder type configured.