20 | | # Stateless REST, no accumulate-and-fire |
21 | | # Architecture modeled as resources on which CRUD operations are performed |
22 | | # Use common HTTP methods (GET, PUT, POST, DELETE) |
23 | | # Describe RESTful API in WSDL 2.0 |
24 | | # Reuse prior art |
| 20 | By the end of the hackathon, we had identified the following RESTful API principles, but they will continue to be [https://www.nescent.org/wg_evoinfo/PhyloWS/REST#Principles developed elsewhere] |
| 21 | * Stateless REST, no accumulate-and-fire |
| 22 | * Architecture modeled as resources on which CRUD operations are performed |
| 23 | * Use common HTTP methods (GET, PUT, POST, DELETE) |
| 24 | * Describe RESTful API in WSDL 2.0 |
| 25 | * Reuse prior art |