We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9314e03 commit 8a34bb4Copy full SHA for 8a34bb4
content/v3/repos/contents.md
@@ -13,6 +13,11 @@ This method returns the preferred README for a repository.
13
14
GET /repos/:user/:repo/readme
15
16
+### Parameters
17
+
18
+ref
19
+: The String name of the Commit/Branch/Tag. Defaults to "master".
20
21
### Response
22
23
<%= headers 200 %>
@@ -24,6 +29,11 @@ This method returns the contents of any file or directory in a repository.
24
29
25
30
GET /repos/:user/:repo/contents/:path
26
31
32
33
34
35
36
27
37
28
38
39
0 commit comments