sammso / com.sohlman.restbench.main

com.sohlman.restbench.main - test bench to test slow rest calls (vert.x) based

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Restbench

Purpose of this application is the test remote systems and create PoC against slow REST services. This was originally created to demonstrate how Liferay DXP's

Application has been deployed to wedeploy environment for convience - https://api-restbench.wedeploy.io

  • GET list all data : /informations
  • GET list limited mount of data : /informations/:count/:start
  • GET list count : /informations/count
  • POST insert item to list : /information/:index
  • POST add item to list : /information
  • GET item from list : /information/:index
  • PUT update item at index : /information/:index
  • PUT update item at index : /information/:index
  • GET get max wait time : /maxTimeout
  • PUT update max wait time : /maxTimeout

About

com.sohlman.restbench.main - test bench to test slow rest calls (vert.x) based

License:GNU General Public License v3.0


Languages

Language:Java 83.5%Language:FreeMarker 15.9%Language:Shell 0.6%