.. currentmodule:: github2.client
See the official GitHub API v2 documentation for objects.
.. automethod:: Github.get_all_blobs
.. automethod:: Github.get_blob_info
.. automethod:: Github.get_tree
>>> tree = github.get_tree(project, tree_sha)
>>> blob = github.get_blob_info(project, tree_sha, path)
>>> blobs = github.get_all_blobs(project, tree_sha)