vovan762000/script-engine-shell
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
#ScriptEngineShell ScriptEngineShell - REST API cover for javax.script.ScriptEngine. How to use: You can chose engine in confing.properties,default value is nashorn. For testinhg one of the best chose is Postman. 1.request POST - localhost:8080/(block or nonblock)/scripts (block - implements blocking ipi design,nonblock - nonblocking) 2.request GET - localhost:8080/(block or nonblock)/scripts/id ,where id - script id 3.request GET - localhost:8080/(block or nonblock)/scripts 4.request DELETE - localhost:8080/(block or nonblock)/scripts/id