We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a53bca + fec5b01 commit 6f1eae8Copy full SHA for 6f1eae8
1 file changed
content/v3/repos/contents.md
@@ -38,11 +38,16 @@ This method returns the contents of a file or directory in a repository.
38
Files and symlinks support [a custom media type](#custom-media-types) for retrieving the raw content or rendered HTML (when supported).
39
Directories and submodules do _not_ support custom media types.
40
41
-*Notes*:
+{{#tip}}
42
+
43
+**Note**:
44
45
- To get a repository's contents recursively, you can [recursively get the tree](/v3/git/trees/).
46
+- This API has an upper limit of 1,000 files for a directory. If you need to retrieve more files, use the [Git Trees API](/v3/git/trees/#get-a-tree)
47
- This API supports files up to 1 megabyte in size.
48
49
+{{/tip}}
50
51
### Parameters
52
53
Name | Type | Description
0 commit comments