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.

Commit49577af

Browse files
committed
Merge pull request#389 from github/deprecate-downloads
Deprecate Downloads API.
2 parents399a586 +c7456cc commit49577af

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

‎content/v3/repos/downloads.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ title: Downloads | GitHub API
77
* TOC
88
{:toc}
99

10+
###Downloads API is Deprecated
11+
12+
<divclass="alert">
13+
<p>
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.
17+
18+
We recommend using <a href="/v3/repos/releases/">Releases</a> instead.
19+
</p>
20+
</div>
21+
1022
The downloads API is for package downloads only. If you want to get
1123
source tarballs you should use[this](/v3/repos/contents/#get-archive-link)
1224
instead.

‎content/v3/search/legacy.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ v3. There should be no changes, other than the new URL and JSON output format.
1515
<divclass="alert">
1616
<p>
1717
The Legacy Search API (described below) is <a href="/v3/#deprecations">deprecated</a>
18-
and is scheduled for removal in the next version of the API.
18+
and is scheduled for removal in the nextmajorversion of the API.
1919

2020
We recommend using the <a href="/v3/search/">v3 Search API</a> instead.
2121
It contains new endpoints and much more functionality.
@@ -30,7 +30,7 @@ Find issues by state and keyword.
3030

3131
###Parameters
3232

33-
Name | Type | Description
33+
Name | Type | Description
3434
-----|------|--------------
3535
`state`|`string` | Indicates the state of the issues to return. Can be either`open` or`closed`.
3636
`keyword`|`string`| The search term.
@@ -49,7 +49,7 @@ pages can be fetched using the `start_page` parameter.
4949

5050
###Parameters
5151

52-
Name | Type | Description
52+
Name | Type | Description
5353
-----|------|--------------
5454
`keyword`|`string`| The search term|
5555
`language`|`string` | Filter results by[language](https://github.com/languages)
@@ -69,7 +69,7 @@ Find users by keyword.
6969

7070
###Parameters
7171

72-
Name | Type | Description
72+
Name | Type | Description
7373
-----|------|--------------
7474
`keyword`|`string`| The search term
7575
`start_page`|`string` | The page number to fetch
@@ -91,7 +91,7 @@ address must be left unencoded. Searches only against public email addresses
9191

9292
###Parameters
9393

94-
Name | Type | Description
94+
Name | Type | Description
9595
-----|------|--------------
9696
`email`|`string`| The email address
9797

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp