API Reference

Creating problems

There are different types of problems (code review, code, and URL), this is a guide to create a coding problem. A problem where there is a starter codebase where the user (someone solving the problem).

  • Git
  • Url
  • Code Review

Git problems

These problems give the user a git repository. The problem statement usually asks the user to fix a bug, or implement a feature. The user clones the repo and submits changes via git commits.


Code Review Problems

These problems present a code change to the user, and the user needs to make comments.