ThemeApi: Theme operations

ThemeApiR Documentation

Theme operations

Description

looker.Theme

Methods

active_themes Get Active Themes

all_themes Get All Themes

create_theme Create Theme

default_theme Get Default Theme

delete_theme Delete Theme

search_themes Search Themes

set_default_theme Set Default Theme

theme Get Theme

theme_or_default Get Theme or Default

update_theme Update Theme

validate_theme Validate Theme

Public fields

path

Stores url path of the request.

apiClient

Handles the client-server communication.

userAgent

Set the user agent of the request.

Active bindings

path

Stores url path of the request.

Methods

Public methods


Method new()

Usage
ThemeApi$new(apiClient)

Method active_themes()

Usage
ThemeApi$active_themes(name, ts, fields, ...)

Method all_themes()

Usage
ThemeApi$all_themes(fields, ...)

Method create_theme()

Usage
ThemeApi$create_theme(body, ...)

Method default_theme()

Usage
ThemeApi$default_theme(ts, ...)

Method delete_theme()

Usage
ThemeApi$delete_theme(theme_id, ...)

Method search_themes()

Usage
ThemeApi$search_themes(
  id,
  name,
  begin_at,
  end_at,
  limit,
  offset,
  sorts,
  fields,
  filter_or,
  ...
)

Method set_default_theme()

Usage
ThemeApi$set_default_theme(name, ...)

Method theme()

Usage
ThemeApi$theme(theme_id, fields, ...)

Method theme_or_default()

Usage
ThemeApi$theme_or_default(name, ts, ...)

Method update_theme()

Usage
ThemeApi$update_theme(theme_id, body, ...)

Method validate_theme()

Usage
ThemeApi$validate_theme(body, ...)

Method clone()

The objects of this class are cloneable with this method.

Usage
ThemeApi$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


looker/lookr documentation built on Jan. 15, 2024, 2:49 a.m.