Skip to content

A web app for capturing request callbacks implemented in Java, jQuery + Google App Engine

Notifications You must be signed in to change notification settings

samroyale/request-capture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Request Capture

A web app for capturing request callbacks implemented in Java, jQuery + Google App Engine

Build Status Coverage Status

Any requests you send to /capture/[tag]/... will be stored and can then be viewed. This is useful for API's that accept a callback URL and send back their response asynchronously.

See the Getting Started page for more details: http://requestcapture.appspot.com/start

Requires Java and Maven to build + run locally (tested most recently with Java 1.7 and Maven 3.2.2)

To build it:

mvn clean install

To start/stop it:

mvn appengine:devserver_start
mvn appengine:devserver_stop

To deploy the latest:

mvn appengine:update

See https://cloud.google.com/appengine/docs/java/tools/maven for more details.

About

A web app for capturing request callbacks implemented in Java, jQuery + Google App Engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published