get_project_files {Rigma}R Documentation

GET project files

Description

List the files in a given project.

Usage

get_project_files(project_id, branch_data = "false")

Arguments

project_id

string. Id of the project to list files from.

branch_data

string. Returns branch metadata in the response for each main file with a branch inside the project. Default: "false"

Value

S3 object of class 'rigma_get_project_files'. Contains the parsed JSON response with fields 'name', and 'files'.

Examples


## Not run: 
#navigate to  file and get key from url
project_id <- "71686204"
get_project_files(project_id)

## End(Not run)


[Package Rigma version 0.2.1 Index]