scripts_get_javascript_git_commits: Get file contents at git ref

View source: R/generated_client.R

scripts_get_javascript_git_commitsR Documentation

Get file contents at git ref

Description

Get file contents at git ref

Usage

scripts_get_javascript_git_commits(id, commit_hash)

Arguments

id

integer required. The ID of the file.

commit_hash

string required. The SHA (full or shortened) of the desired git commit.

Value

A list containing the following elements:

content

string, The file's contents.

type

string, The file's type.

size

integer, The file's size.

fileHash

string, The SHA of the file.


civis documentation built on April 1, 2023, 12:01 a.m.