This guide walks a module developer through adding a new set of web service methods for a core object. There is a separate guide for core developers.
Conventions
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.
Your REST URLs should be exposed at /ws/rest/m/yourmoduleid/yourmoduleobjectname
Getting the REST Web Services Jar into your project
TODO
Adding new Web Service URLs
Our best-practices may change over the course of the sprint as we learn new things, but see the reportingrest module for an example module exposing web services.
The documentation on how to create methods is the same as for the core developers. See that page for more information.