Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This guide walks a module developer through adding a new set of web service methods for a core module object. There is a separate guide for core developers.

...

and name your resources accordingly @Resource(name=RestConstants.VERSION_1 + "/yourmoduleid/yourresourcename"... 


Then you can proceed and add your rest module's resources with org.openmrs.module.yourmoduleid.web.resource package

...