Changes between Version 9 and Version 10 of GuidelineForWebService

Show
Ignore:
Timestamp:
2009/03/20 16:18:38 (15 years ago)
Author:
atsuko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GuidelineForWebService

    v9 v10  
    1010   * A method to get the entry from an ID should be provided. 
    1111     * If the entry does not exist, the method should return code 404 and an empty entry. 
    12    * Path parameters (/foo/bar/baz) should be used for REST URL and query parameters (param1=value1&param2=value2) should not used. 
    13      * Lower-case characters should be used for path parameters. 
    14  
     12   * Path parameters (/foo/bar/baz) should be used for a REST URL and query parameters (param1=value1&param2=value2) should not used. 
     13     * Lower-case letters should be used for path parameters in principle. 
     14     * If a URL ends "/", a list of possible strings after the URL should be returned in principle.  
    1515 
    1616 * SOAP