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

Files

Latest commit

 

History

History
9 lines (5 loc) · 355 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 355 Bytes

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"