# Functions
POST /users/:username/tokens.
POST /orgs/:org/repos https://developer.github.com/v3/repos/#create.
POST /user/repos https://developer.github.com/v3/repos/#create.
POST /repos/:username/:reponame/hooks https://developer.github.com/v3/repos/hooks/#create-a-hook.
PATCH /repos/:username/:reponame/hooks/:id https://developer.github.com/v3/repos/hooks/#edit-a-hook.
No description provided by the author
GET /users/:username.
GET /users/:username/tokens.
GET /user/repos https://developer.github.com/v3/repos/#list-your-repositories.
GET /repos/:username/:reponame/hooks https://developer.github.com/v3/repos/hooks/#list-hooks.
Render an arbitrary Markdown document.
Render a Markdown document in raw mode.
No description provided by the author
No description provided by the author
No description provided by the author
ToApiRepository converts repository to API format.
ToApiUser converts user to API format.
# Structs
No description provided by the author