get_libraries_table: Get All the Libraries-Table

View source: R/get_library.R

get_libraries_tableR Documentation

Get All the Libraries-Table

Description

Get All the Libraries-Table

Usage

get_libraries_table(
  url = NULL,
  apikey = NULL,
  order_column = NULL,
  order_dir = "desc",
  start = 0,
  length = 25,
  search = NULL
)

Arguments

url

Server URL.

apikey

API key.

order_column

Optional, "added_at", "title", "container", "bitrate", "video_codec", "video_resolution", "video_framerate", "audio_codec", "audio_channels", "file_size", "last_played", "play_count"

order_dir

"desc" (default) or "asc"

start

Row to start from, default 0

length

Number of items to return, default 25

search

A string to search for

Value

A tbl with columns section_id and section_name

Examples

## Not run: 
get_libraries_table()

## End(Not run)

jemus42/tauturri documentation built on Feb. 7, 2024, 2 a.m.