Safe Haskell | None |
---|---|
Language | Haskell2010 |
GitHub.Endpoints.GitData.Trees
Description
The underlying tree of SHA1s and files that make up a git repo. The API is described on http://developer.github.com/v3/git/trees/.
Documentation
nestedTreeR :: forall (k :: RW). Name Owner -> Name Repo -> Name Tree -> Request k Tree Source #
Query a Tree Recursively. See https://developer.github.com/v3/git/trees/#get-a-tree-recursively
module GitHub.Data