Welcome to Connexions Documentation¶
Connexions allows to define single response for any arbitrary path on the fly.
Goals¶
- provide a simple tool to work with API mocks
- combine multiple APIs into one
- generate meaningful responses
Features¶
- Using upstream services with circuit breaker
- Randomized response contents, allowing you to redefine the response for any path
- Modify response contents on the fly by providing custom function callbacks
- Mimic error responses and status codes
- Configurable latency in responses
Simple start¶
docker run -it --rm \
-p 2200:2200 \
-v connexions:/app/resources/data \
cubahno/connexions api