Changes between Version 23 and Version 24 of GuidelineForWebService
- Timestamp:
- 2009/03/20 16:51:20 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GuidelineForWebService
v23 v24 10 10 * A method to get the entry from an ID should be provided. 11 11 * 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¶m2=value2) should not used.12 * Path parameters (/foo/bar/baz) should be used for a REST URL and query parameters (param1=value1¶m2=value2) should not be used. 13 13 * Lower-case letters should be used for path parameters in principle. 14 14 * If a URL ends "/", a list of possible strings after the URL should be returned in principle.