Skip to content

Commit 81f680a

Browse files
committed
docs: add 3 new samples to root README
1 parent 86850ae commit 81f680a

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,21 @@ Real-world examples of [mockd](https://github.com/getmockd/mockd)'s digital twin
44

55
## Available Samples
66

7+
### Digital Twins (Third-Party APIs)
8+
79
| Sample | Description | Stateful | Endpoints | SDK Tested |
810
|--------|-------------|----------|-----------|------------|
911
| [Stripe API](third-party-apis/stripe-api/) | Full Stripe payment API digital twin | 9 tables, 46 bindings, 8 custom ops | 587 | stripe-go 49/49 |
1012
| [Twilio API](third-party-apis/twilio-api/) | Twilio REST API v2010 digital twin | 7 tables, 32 bindings | 197 | twilio-go 13/13 |
11-
| [OpenAI API](third-party-apis/openai-api/) | OpenAI API mock from official spec || 237 ||
13+
| [OpenAI API](third-party-apis/openai-api/) | OpenAI API with stateful models + assistants | 3 tables, 11 bindings | 237 | openai Python SDK |
14+
15+
### Use Case Samples
16+
17+
| Sample | Description | What it shows |
18+
|--------|-------------|---------------|
19+
| [MCP Workflow](ai-agents/mcp-workflow/) | Build a Todo API with AI tool calls | Create mocks via MCP — zero CLI commands |
20+
| [GitHub Actions](ci-testing/github-actions/) | Contract testing in CI | `setup-mockd` action + `mockd verify` |
21+
| [Docker Compose](microservices/docker-compose/) | Mock dependent microservices | User + Payment service mocks for local dev |
1222

1323
## Quick Start
1424

0 commit comments

Comments
 (0)