Changes between Version 46 and Version 47 of PhyloWS_workgroup

Show
Ignore:
Timestamp:
2008/02/15 16:04:55 (16 years ago)
Author:
rvos
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PhyloWS_workgroup

    v46 v47  
    1818''Assuming that syntax and semantics of the data can be solved, what would be the syntax and semantics of making the connections?'' 
    1919=== API design principles === 
    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 
     20By 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 
    2526=== URL API === 
    2627We started to design a URL API (pathinfo + query strings) on the [https://www.nescent.org/wg_evoinfo/PhyloWS/REST NESCent Wiki]