Changes between Version 8 and Version 9 of GuidelineForWebService

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

--

Legend:

Unmodified
Added
Removed
Modified
  • GuidelineForWebService

    v8 v9  
    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 
    1215 
    1316 * SOAP