file_list: Returns the list of all project files for a project

Description Usage Arguments Value Examples

Description

Returns the list of all project files for a project. If user specifies string "public" as project_id, this will return a list of public files.

Usage

1
file_list(auth_token = NULL, project_id = NULL, ...)

Arguments

auth_token

auth token

project_id

ID of a project you want to access. Note that specifying "public" you can list public files.

...

parameters passed to sbgapi function

Value

parsed list of the returned json

Examples

1
2
3
token = '420b4672ebfc43bab48dc0d18a32fb6f'
req = file_list(token,
            project_id = '1c1d06d2-5862-48f6-b595-e0099b20937e')

sbgr documentation built on Oct. 5, 2016, 4:14 a.m.