...
The first thing to do is to read through the conventions section on the REST Web Services API page. Your module should follow similar conventions.
Panel |
---|
Note: When When creating a REST Resource URIresource and sub-resource URI and name respectively, the absolute and relative path names should be written in all-lowercase ASCII letters. Avoid Avoid capital letters, camel caps to mention a few. The norm is to use lower case letters. Example: path: member value: /ws/rest/*/cohort/*/member value: /ws/rest/yourmoduleid/** |
Getting the REST Web Services Jar into your project
...