BoxLang 🚀 A New JVM Dynamic Language Learn More...
This is an extension for Preside that adds scaffolding capabilities. For details on the REST framework implementation see here: Preside REST Framework Documentation
Access the developer terminal in the Preside admin. Then use the command
new restendpoint
and follow the wizard.
This should by default only work on a local machine.
Install the extension to your application via either of the methods detailed below (Git submodule / CommandBox) and then enable the extension by opening up the Preside developer console and entering:
extension enable preside-ext-rest-scaffold
reload all
From the root of your application, type the following command:
git submodule add https://bitbucket.org/hwsdev/preside-ext-rest-scaffold.git application/extensions/preside-ext-rest-scaffold
From the root of your application, type the following command:
box install preside-ext-rest-scaffold
$
box install preside-ext-rest-scaffold