Skip to content

iprlic/RestGenerator

 
 

Repository files navigation

RestGenerator

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.

Features

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.

Prerequisites

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 and Installation

Build package with Build.bat. Check BuildError.log for errors.

Instalation package creation:

  1. Set the new version number in ChangeVersion.bat and start it.
  2. Start CreatePackage.bat. Instalation package (.zip) is going to be created in parent directory of RestGenerator.

About

REST API generator for Rhetos

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 96.6%
  • Shell 3.4%