-
Notifications
You must be signed in to change notification settings - Fork 146
Repositories
无闻 edited this page Aug 19, 2015
·
35 revisions
List repositories that are accessible to the authenticated user.
This includes repositories owned by the authenticated user, repositories where the authenticated user is a collaborator, and repositories that the authenticated user has access to through an organization membership.
GET /user/repos
Request without providing basic authentication or access token will result empty
Name | Type | Description |
---|---|---|
text | string | Required The Markdown text to render |
mode | string | The rendering mode, can be empty or gfm . In gfm mode, Markdown will be rendered with repository context |
context | string | The repository context. Only taken into account when rendering mode is gfm
|