We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 322dab5 commit 48afef7Copy full SHA for 48afef7
content/v3/gists.md
@@ -62,12 +62,12 @@ Name | Type | Description
62
63
## Get a specific revision of a gist
64
65
- GET /gists/:id/:sha
+ GET /gists/:id/:sha
66
67
### Response
68
69
<%= headers 200 %>
70
-<%= json :full_gist %>
+<%= json :full_gist_version %>
71
72
## Create a gist
73
lib/resources.rb
@@ -1407,6 +1407,8 @@ def fetch_content(key)
1407
"history" => GIST_HISTORY,
1408
"files" => GIST_FILE_WITH_CONTENT
1409
1410
+ FULL_GIST_VERSION ||= FULL_GIST.dup.update \
1411
+ "url" => "https://api.github.com/gists/aa5a315d61ae9438b18d/57a7f021a713b1c5a6a199b54cc514735d2d462f"
1412
1413
GIST_COMMENT ||= {
1414
"id" => 1,
0 commit comments