12 | | * Path parameters (/foo/bar/baz) should be used for REST URL and query parameters (param1=value1¶m2=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¶m2=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. |