Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Backend API

Simeon Vincent edited this page Jun 14, 2014 · 5 revisions

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