Skip to content
This repository has been archived by the owner on Dec 3, 2022. It is now read-only.

jreisinger/oh-rest-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web REST client for testing REST services.

To run (you need maven) execute mvn jetty:run and application will run on port 8090 - http://localhost:8090

If you do not need to test internal services (behind firewall), you can use rest-client.com as well.

Create deb package

To create deb package, you need oh-deb-build (https://github.com/pete911/oh-deb-build) installed. Run:

./build <build_number>

Which will generate _oh-rest-client_0.1-<build_number>all.deb package. Before you install the package you will need oh-tomcat-app (https://github.com/pete911/oh-tomcat-app) installed.

Application is installed to /opt/oh-rest-client directory. Logs are in /var/log/oh-rest-client and configuration is in /etc/default/oh-rest-client.

About

Web application for making REST calls. This makes it easier to test REST services.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published