Development Manual for DCI Family
From Judge Wiki
Contents |
Summary
Architecture
The DCIF project strives to be as RESTful as possible. This means that proper verbs are used for CRUD actions. The URLs should be consistent for all objects in the domain model.
Currently (as of 02/24/10) the only module that follows this pattern is the poll module. It will be used as the reference for all other developers to develop modules and APIs for DCIF.

