get_file_styles: GET file styles

View source: R/get_file_styles.R

get_file_stylesR Documentation

GET file styles

Description

Get published styles in a file library by name.

Usage

get_file_styles(file_key)

Arguments

file_key

string. The key that a Figma file is referred by.

Value

S3 object of class 'rigma_get_file_styles'. Styles are stored in the 'meta' field.

Examples


## Not run: 
#navigate to team page and get id from url
file_key <- "gYRjH0y8ZM0VtEfO8kf6ch"
get_file_styles(file_key)

## End(Not run)


Rigma documentation built on Nov. 28, 2022, 1:09 a.m.