Github: Get File Tree
Github via Parse · developer_tools
Fetches the full Git tree structure of a repository with a summary counting files by extension. Useful for understanding project layout. Large repos may be truncated by the upstream API (indicated by the truncated flag). Extract comprehensive data from GitHub repositories and user profiles including repo details, source code, README content, releases, issues with conversations, file trees, and user profiles. Fulfilled by Parse from github.com.
- b2b-directory
- developer-tools
- github
- github-com
- parse
- platform-key
- social-media
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- developer_tools
Interface snapshot
- Protocol
- HTTP operation
- Operation
- POST /scraper/c62c5062-8f8d-4477-ba78-2b9c68a1788b/get_file_tree
- Interface artifact
- sha256:fb882e83d0f0776c7a73d7bcb56ac25d4ca80277097399baee1fb1ec47315d70
- Manifest digest
- sha256:d059df36b88e4b7f088e2324c6d650b92cf08eececc760709203978048521a14
Request fields
- repo (string, required): Repository name
- owner (string, required): Repository owner
- branch (string): Branch name. Defaults to the repo's default branch.
- recursive (boolean): Whether to fetch tree recursively
Example queries
- {"repo":"react","owner":"facebook","recursive":"false"}