Skip to contents

Functions for getting, setting, and deleting user configuration settings.

Usage

get_user_views(model)

set_user_views(model, data)

delete_user_views(model)

get_user_files(ext = "*", path = "")

Arguments

model

Model digest or model name.

data

Data used for the body of the request.

ext

Comma-separated string of file extensions. Default is "*" which returns all files.

path

Optional file path. Default is "" (empty) and returns the entire tree of user files.

Value

A list from JSON response object or nothing (invisibly).