/com.sohlman.restbench.main

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

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

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