microsoft / dev-proxy

Dev Proxy is an API simulator that helps you effortlessly test your app beyond the happy path.
https://aka.ms/devproxy
MIT License
471 stars 56 forks source link

Add support for server templating in APIC plugins #723

Open waldekmastykarz opened 3 months ago

waldekmastykarz commented 3 months ago

Extend the logic of finding matching APIs to support server templating. This is important in scenarios where Dev Proxy is run as part of CI/CD and the API is deployed to temporary environments. This capability allows to upload templated OpenAPI specs to APIC and reuse them across the deployments.