get /
  代码示例
Shell
curl \
  -H "Accept: application/vnd.github.v3+json" \
  http(s)://{hostname}/api/v3/JavaScript (@octokit/core.js)
await octokit.request('GET /')
Response
Status: 200 OK
    Notes
get /meta
  代码示例
Shell
curl \
  -H "Accept: application/vnd.github.v3+json" \
  http(s)://{hostname}/api/v3/metaJavaScript (@octokit/core.js)
await octokit.request('GET /meta')
Response
Status: 200 OK
    {
  "verifiable_password_authentication": true,
  "packages": [
    "192.30.252.0/22"
  ],
  "dependabot": [
    "54.158.161.132"
  ],
  "installed_version": "2.22.0"
}
Not modified
Status: 304 Not Modified
    Notes
get /octocat
  参数
| Name | Type | In | Description | 
|---|---|---|---|
accept | 
          string | header | 
             Setting to
                | 
        
s | 
          string | query | 
             The words to show in Octocat's speech bubble  | 
        
代码示例
Shell
curl \
  -H "Accept: application/vnd.github.v3+json" \
  http(s)://{hostname}/api/v3/octocatJavaScript (@octokit/core.js)
await octokit.request('GET /octocat')
Response
Status: 200 OK
    Notes
get /zen
  代码示例
Shell
curl \
  -H "Accept: application/vnd.github.v3+json" \
  http(s)://{hostname}/api/v3/zenJavaScript (@octokit/core.js)
await octokit.request('GET /zen')
Response
Status: 200 OK