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.

Commitc7456cc

Browse files
committed
Remove downloads methods from deprecations list.
The Downloads API was deprecated December 11, 2012. It may bedisabled before the next major version of the API.For this reason it makes more sense to exclude these methods fromthe Deprecations list, which lists functionality which will beremoved in the next major version of the API.The copy of the alert on the Downloads API page has been modifiedto be:The Downloads API (described below) was deprecated on December 11,2012. It will be removed at a future date. We recommend usingReleases instead.
1 parent3e7c6ad commitc7456cc

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

‎content/v3.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -551,15 +551,6 @@ The recommendations below will help you prepare your application for the next ma
551551
1. Method: /repos/:owner/:repo/hooks/:id/test
552552
: Recommendation: Use**/repos/:owner/:repo/hooks/:id/tests** (plural) instead.
553553

554-
1. Method: /repos/:owner/:repo/downloads
555-
: Recommendation: Use[Releases API](/v3/repos/releases) instead.
556-
557-
1. Method: GET /repos/:owner/:repo/downloads/:id
558-
: Recommendation: Use[Releases API](/v3/repos/releases) instead.
559-
560-
1. Method: DELETE /repos/:owner/:repo/downloads/:id
561-
: Recommendation: Use[Releases API](/v3/repos/releases) instead.
562-
563554
1. Query parameters when POSTing to /repos/:owner/:repo/forks
564555
: Recommendation: Use JSON to POST to this method instead.
565556

‎content/v3/repos/downloads.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ title: Downloads | GitHub API
1111

1212
<divclass="alert">
1313
<p>
14-
The Downloads API (described below) is <a href="/v3/#deprecations">deprecated</a>
15-
and is scheduled for removal in the next version of the API.
14+
The Downloads API (described below) was
15+
<a href="https://github.com/blog/1302-goodbye-uploads">deprecated on December 11, 2012</a>.
16+
It will be removed at a future date.
1617

1718
We recommend using <a href="/v3/repos/releases/">Releases</a> instead.
1819
</p>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp