Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

ddebree/pact-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pact-proxy

Build Status

A proxy that generates pact files. All you need to do is point to a remote server and then access the services via the proxy server's url.

Usage

java -jar pact-proxy.jar --port=5555 --remote="https://api.github.com"