get_file_versions {Rigma}R Documentation

GET file versions

Description

A list of the versions of a file.

Usage

get_file_versions(file_key)

Arguments

file_key

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

Value

S3 object of class 'rigma_get_file_versions'. Contains the parsed JSON response with fields 'versions', and 'pagination'.

Examples


## Not run: 
#navigate to  file and get key from url
file_key <- "sFHgQh9dL6369o5wrZHmdR"
get_file_versions(file_key)

## End(Not run)


[Package Rigma version 0.2.1 Index]