Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Rhetos/LegacyRestGenerator

Repository files navigation

LegacyRestGenerator

LegacyRestGenerator is a plugin package for Rhetos development platform. It 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

LegacyRestGenerator provides DomainService.svc service that is single service with multiple operations. Read/Insert/Update/Delete operations for all entities as well as Actions and other operations are available through this single service (single WSDL).

Build

To build the package from source, run Build.bat. The script will pause in case of an error. The build output is a NuGet package in the "Install" subfolder.

Installation

To install this package to a Rhetos server, add it to the Rhetos server's RhetosPackages.config file and make sure the NuGet package location is listed in the RhetosPackageSources.config file.