Skip to content

Instantly share code, notes, and snippets.

@lintianzhi
Created November 4, 2013 02:58
Show Gist options
  • Save lintianzhi/7297519 to your computer and use it in GitHub Desktop.
Save lintianzhi/7297519 to your computer and use it in GitHub Desktop.

前端对分发的请求API:

POST /new
Content-Type: application/json

<description>
 (title, time, memory, source, input, output, sample_input, sample_output)


HTTP1.1 200 OK
Content-Type: application/json

{“qid”: <qid>}

POST /run/qid/<questionID>/user/<userID>/lang/<lang>
Content-Type: text/plain

<put code>


HTTP1.1 200 OK
Content-Type: application/json

{“rid”: <rid>}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment