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.

Commit3ed874d

Browse files
committed
Revert "Add docs for org status api"
This reverts commitf188791, which wasaccidentally added to master. That commit belongs on a branch until itbecomes public in the upstream repo (github/developer.github.com).
1 parentb6b1887 commit3ed874d

File tree

3 files changed

+0
-83
lines changed

3 files changed

+0
-83
lines changed

‎content/v3/orgs/statuses.md

Lines changed: 0 additions & 64 deletions
This file was deleted.

‎layouts/default.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ <h3><a href="#" class="js-expand-btn collapsed">&nbsp;</a><a href="/v3/orgs/">Or
100100
<ulclass="js-guides">
101101
<li><ahref="/v3/orgs/members/">Members</a></li>
102102
<li><ahref="/v3/orgs/teams/">Teams</a></li>
103-
<li><ahref="/v3/orgs/statuses/">Statuses</a></li>
104103
</ul>
105104
</li>
106105
<liclass="js-topic">

‎lib/resources.rb

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -536,24 +536,6 @@ def text_html(response, status, head = {})
536536
"avatar_url"=>"https://github.com/images/error/octocat_happy.gif"
537537
}
538538

539-
ORG_STATUS={
540-
"id"=>1,
541-
"url"=>"https://api.github.com/orgs/github/statuses/1",
542-
"body"=>"Hey guys!",
543-
"user"=>USER,
544-
"created_at"=>"2008-01-14T04:33:35Z",
545-
"updated_at"=>"2008-01-14T04:33:35Z",
546-
}
547-
548-
ORG_STATUS_COMMENT={
549-
"id"=>1,
550-
"url"=>"https://api.github.com/orgs/github/statuses/1/comments/1",
551-
"body"=>"Hey guys!",
552-
"user"=>USER,
553-
"created_at"=>"2008-01-14T04:33:35Z",
554-
"updated_at"=>"2008-01-14T04:33:35Z",
555-
}
556-
557539
FULL_ORG=ORG.merge({
558540
"name"=>"github",
559541
"company"=>"GitHub",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp