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

Appearance settings

Commit c7456cc

Browse filesBrowse files
committed
Remove downloads methods from deprecations list.
The Downloads API was deprecated December 11, 2012. It may be disabled before the next major version of the API. For this reason it makes more sense to exclude these methods from the Deprecations list, which lists functionality which will be removed in the next major version of the API. The copy of the alert on the Downloads API page has been modified to be: The Downloads API (described below) was deprecated on December 11, 2012. It will be removed at a future date. We recommend using Releases instead.
1 parent 3e7c6ad commit c7456cc
Copy full SHA for c7456cc

File tree

Expand file treeCollapse file tree

2 files changed

+3
-11
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+3
-11
lines changed
Open diff view settings
Collapse file

‎content/v3.md‎

Copy file name to clipboardExpand all lines: content/v3.md
-9Lines changed: 0 additions & 9 deletions
  • Display the source diff
  • Display the rich diff
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

Collapse file

‎content/v3/repos/downloads.md‎

Copy file name to clipboardExpand all lines: content/v3/repos/downloads.md
+3-2Lines changed: 3 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ title: Downloads | GitHub API
1111

1212
<div class="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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.