RestGenerator is a DSL package (a plugin module) for Rhetos development platform.
RestGenerator automatically generates REST interface for all data structures and actions that are defined in a Rhetos application.
See rhetos.org for more information on Rhetos.
RestGenerator provides one service for every data structure and action. That way it is not possible to get one wsdl that combines all services, but initialization of each service and usage is faster.
Utilities in this project are based on relative path to Rhetos repository. Rhetos source must be downloaded to a folder with relative path ..\..\Rhetos
.
Sample folder structure:
\ROOT
\Rhetos
\RhetosPackages
\RestGenerator
Build package with Build.bat
. Check BuildError.log for errors.
Instalation package creation:
- Set the new version number in
ChangeVersion.bat
and start it. - Start
CreatePackage.bat
. Instalation package (.zip) is going to be created in parent directory of RestGenerator.