Github API - Test Config

GET /users/{username}/starred
users
activity

Lists repositories a user has starred.

You can also find out when stars were created by passing the following custom media type via the Accept header: application/vnd.github.star+json.
List repositories starred by a user

Arguments
key username

username [scalar]

The handle for the GitHub user account.

API:
Github Open API
(version: 1.1.4)

key sort

sort [scalar]

The property to sort the results by. created means when the repository was starred. updated means when the repository was last pushed to.

API:
Github Open API
(version: 1.1.4)

key direction

direction [scalar]

The direction to sort the results by.

API:
Github Open API
(version: 1.1.4)

key per-page

per-page [scalar]

The number of results per page (max 100).

API:
Github Open API
(version: 1.1.4)

key page

page [scalar]

Page number of the results to fetch.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json unknown
API:
Github Open API
(version: 1.1.4)