Skip to content

Latest commit

 

History

History
54 lines (22 loc) · 830 Bytes

GitTree.md

File metadata and controls

54 lines (22 loc) · 830 Bytes

gitTree

GitData Trees


gitTree.get(full_name, sha, options)

Get a Tree

GitHub API

Parameter Description
full_name String, owner/repo name of repo
sha String, sha of the commit
options Object, Optional request options

gitTree.create(full_name, body, options)

Create a Tree

GitHub API

Parameter Description
full_name String, owner/repo name of repo
body Object, tree create body
options Object, Optional request options