Github API - Test Config

GET /users/{username}/hovercard
users

Provides hovercard information when authenticated through basic auth or OAuth with the repo scope. You can find out more about someone in relation to their pull requests, issues, repositories, and organizations.

The subject_type and subject_id parameters provide context for the person's hovercard, which returns more information than without the parameters. For example, if you wanted to find out more about octocat who owns the Spoon-Knife repository via cURL, it would look like this:

 curl -u username:token
  https://api.github.com/users/octocat/hovercard?subject_type=repository&subject_id=1300192

Get contextual information for a user

Arguments
key username

username [scalar]

The handle for the GitHub user account.

API:
Github Open API
(version: 1.1.4)

subject_type string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

subject_id string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json hovercard

hovercard [object]

Hovercard

Attributes
contexts 2013 []

API:
Github Open API
(version: 1.1.4)
404 not_found

not_found [scalar]

Resource not found

API:
Github Open API
(version: 1.1.4)
422 validation_failed

validation_failed [scalar]

Validation failed, or the endpoint has been spammed.

API:
Github Open API
(version: 1.1.4)
API:
Github Open API
(version: 1.1.4)