Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Sync changes from upstream repository#718

Merged
hubot merged 1 commit intomasterfromupdate-1424798353
Feb 24, 2015
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletionscontent/v3/gists.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -62,12 +62,12 @@ Name | Type | Description

## Get a specific revision of a gist

GET /gists/:id/:sha
GET /gists/:id/:sha

### Response

<%= headers 200 %>
<%= json :full_gist %>
<%= json :full_gist_version %>

## Create a gist

Expand Down
2 changes: 2 additions & 0 deletionslib/resources.rb
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -1407,6 +1407,8 @@ def fetch_content(key)
"history" => GIST_HISTORY,
"files" => GIST_FILE_WITH_CONTENT

FULL_GIST_VERSION ||= FULL_GIST.dup.update \
"url" => "https://api.github.com/gists/aa5a315d61ae9438b18d/57a7f021a713b1c5a6a199b54cc514735d2d462f"

GIST_COMMENT ||= {
"id" => 1,
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp