Changes between Version 23 and Version 24 of GuidelineForWebService

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

--

Legend:

Unmodified
Added
Removed
Modified
  • GuidelineForWebService

    v23 v24  
    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 a REST URL and query parameters (param1=value1&param2=value2) should not used. 
     12   * Path parameters (/foo/bar/baz) should be used for a REST URL and query parameters (param1=value1&param2=value2) should not be used. 
    1313     * Lower-case letters should be used for path parameters in principle. 
    1414     * If a URL ends "/", a list of possible strings after the URL should be returned in principle.