File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments