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.

Deprecate Downloads API#389

Merged
jdennes merged 4 commits intomasterfromdeprecate-downloads
Dec 6, 2013
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
12 changes: 12 additions & 0 deletionscontent/v3/repos/downloads.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -7,6 +7,18 @@ title: Downloads | GitHub API
* TOC
{:toc}

### Downloads API is Deprecated

<div class="alert">
<p>
The Downloads API (described below) was
<a href="https://github.com/blog/1302-goodbye-uploads">deprecated on December 11, 2012</a>.
It will be removed at a future date.

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

The downloads API is for package downloads only. If you want to get
source tarballs you should use [this](/v3/repos/contents/#get-archive-link)
instead.
Expand Down
10 changes: 5 additions & 5 deletionscontent/v3/search/legacy.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -15,7 +15,7 @@ v3. There should be no changes, other than the new URL and JSON output format.
<div class="alert">
<p>
The Legacy Search API (described below) is <a href="/v3/#deprecations">deprecated</a>
and is scheduled for removal in the next version of the API.
and is scheduled for removal in the nextmajorversion of the API.

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

### Parameters

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

### Parameters

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

### Parameters

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

### Parameters

Name | Type | Description
Name | Type | Description
-----|------|--------------
`email`|`string`| The email address

Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp