@@ -15,7 +15,7 @@ v3. There should be no changes, other than the new URL and JSON output format.
15
15
<div class =" alert " >
16
16
<p >
17
17
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 nextmajor version of the API.
19
19
20
20
We recommend using the <a href="/v3/search/">v3 Search API</a> instead.
21
21
It contains new endpoints and much more functionality.
@@ -30,7 +30,7 @@ Find issues by state and keyword.
30
30
31
31
###Parameters
32
32
33
- Name | Type | Description
33
+ Name | Type | Description
34
34
-----|------|--------------
35
35
` state ` |` string ` | Indicates the state of the issues to return. Can be either` open ` or` closed ` .
36
36
` keyword ` |` string ` | The search term.
@@ -49,7 +49,7 @@ pages can be fetched using the `start_page` parameter.
49
49
50
50
###Parameters
51
51
52
- Name | Type | Description
52
+ Name | Type | Description
53
53
-----|------|--------------
54
54
` keyword ` |` string ` | The search term|
55
55
` language ` |` string ` | Filter results by[ language] ( https://github.com/languages )
@@ -69,7 +69,7 @@ Find users by keyword.
69
69
70
70
###Parameters
71
71
72
- Name | Type | Description
72
+ Name | Type | Description
73
73
-----|------|--------------
74
74
` keyword ` |` string ` | The search term
75
75
` start_page ` |` string ` | The page number to fetch
@@ -91,7 +91,7 @@ address must be left unencoded. Searches only against public email addresses
91
91
92
92
###Parameters
93
93
94
- Name | Type | Description
94
+ Name | Type | Description
95
95
-----|------|--------------
96
96
` email ` |` string ` | The email address
97
97