소개
MockLoop allows developers to quickly create mock backends for development, testing, and integration purposes by generating runnable FastAPI mock servers from API specifications. It simplifies the process of setting up mock APIs, logging requests and responses, and deploying them as Docker containers, allowing for streamlined API development and testing workflows.
주요 기능
- Supports OpenAPI v2 (Swagger) and v3 (JSON, YAML).
- Generates FastAPI mock servers from API specifications (OpenAPI/Swagger).
- 0 GitHub stars
- Allows generation of mock servers from local or remote API specs.
- Creates Dockerfile and docker-compose.yml for easy containerization.
- Logs requests and responses to stdout.
사용 사례
- Rapidly create mock APIs for development.
- Simulate backend services for testing.
- Integrate mock APIs into CI/CD pipelines.