From 3a4fc54e4f3257d5a1bf325eb66e0b8bde29d48c Mon Sep 17 00:00:00 2001 From: Anshul Gupta <83156175+anshxpress@users.noreply.github.com> Date: Wed, 25 Jun 2025 10:41:46 +0530 Subject: [PATCH] added mock server --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 2c17e26..0ac0cdd 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,13 @@ Bump created and owned API contract files are: - [Bump](https://github.com/bump-sh/examples/tree/main/apis/bump.yml) is Bump.sh [publicly available API](https://developers.bump.sh) - [My train Company](https://github.com/bump-sh/examples/tree/main/hubs/my-train-company) is Bump.sh publicly available demo and has its live generated documentation [available here](https://demo.bump.sh/). +## Mock Server + +Use a hosted mock server to simulate and explore the OpenAPI example in this repo. It's a quick way to understand the API behavior, validate requests, and test responses without spinning up any backend or writing mock data yourself. Helpful when experimenting with client-side logic or before wiring into a real backend. + +Mock These APIs Instantly + + ## How to contribute? 1️⃣ First, fork this repository and pull it on your local machine.