Backend API - legitco/gimli GitHub Wiki
All API calls require the user to be logged into the app since the github api calls are all done with the user context enabled.
GET /api/user
GET /api/:owner/:repo/issues
GET /api/:owner/:repo/issue/:number
GET /api/:owner/:repo/issue/:number/comments
Markdown
POST /api/:owner/:repo/markdown
with a body of the markdown to render. The content-type
header must be text/plain
or application/x-markdown