powered by
A list of the versions of a file.
get_file_versions(file_key)
S3 object of class rigma_get_file_versions. Contains the parsed JSON response with fields versions, and pagination.
rigma_get_file_versions
versions
pagination
string. The key that a Figma file is referred by.
if (FALSE) { # Sys.getenv("FIGMA_ACCESS_TOKEN") != "" if (FALSE) { #navigate to file and get key from url file_key <- "sFHgQh9dL6369o5wrZHmdR" get_file_versions(file_key) } }
Run the code above in your browser using DataLab