Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:52:26 +08:00
commit cd85d9d995
16 changed files with 2047 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Assets
Bundled resources for api-mock-server skill
- [ ] mock_server_template.yaml: A template YAML file for configuring the mock server, including placeholders for the OpenAPI spec, response configurations, and other settings.
- [ ] example_responses/: A directory containing example responses for different API endpoints, including successful responses, error responses, and edge cases.
- [ ] openapi_example.yaml: Example OpenAPI spec file to be used as a starting point.