## **The planned endpoints (more will be added, have not included generic signin/up)**: <table> <tr> <td> Type <td> Endpoint <td> Consumes <td> Produces <tr> <td> POST <td> /contest/:contestID/submit <td> code, userid, contest id, problem id <td> Returns a submission id <tr> <td> POST <td> /submit <td> code, userid, problem id <td> Returns a submission id (different from contest submissions) <tr> <td> GET <td> /status/:submissionID <td> submissionID <td> status (AC/WA/RE/TLE/MLE/CE) <tr> <td> POST <td> /contest/:contestID/register <td> userid <td> status of registration </table> #### Comment more, I will add here